Remove usage the unstable Step trait

This commit is contained in:
Simon Sapin 2017-10-04 09:54:28 +02:00
parent 77afc3f33a
commit b77bdf1818
2 changed files with 30 additions and 17 deletions

View file

@ -696,7 +696,7 @@ pub struct GlyphIterator<'a> {
store: &'a GlyphStore,
byte_index: ByteIndex,
byte_range: Range<ByteIndex>,
glyph_range: Option<EachIndex<isize, ByteIndex>>,
glyph_range: Option<EachIndex<ByteIndex>>,
}
impl<'a> GlyphIterator<'a> {