mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove usage the unstable Step trait
This commit is contained in:
parent
77afc3f33a
commit
b77bdf1818
2 changed files with 30 additions and 17 deletions
|
@ -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> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue