diff --git a/glyph/src/codepoint_ids.rs b/glyph/src/codepoint_ids.rs index cd93555..f31a1a2 100644 --- a/glyph/src/codepoint_ids.rs +++ b/glyph/src/codepoint_ids.rs @@ -6,7 +6,7 @@ pub struct CodepointIdIter<'a> { pub(crate) inner: Box + 'a>, } -impl<'a> Iterator for CodepointIdIter<'a> { +impl Iterator for CodepointIdIter<'_> { type Item = (GlyphId, char); #[inline]