From b77bdf1818bc6f1aaba4df68fd0f8a432e78131f Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Wed, 4 Oct 2017 09:54:28 +0200 Subject: Remove usage the unstable Step trait --- components/gfx/text/glyph.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/gfx/text') diff --git a/components/gfx/text/glyph.rs b/components/gfx/text/glyph.rs index ce3bad9cda2..c0e1be96da7 100644 --- a/components/gfx/text/glyph.rs +++ b/components/gfx/text/glyph.rs @@ -696,7 +696,7 @@ pub struct GlyphIterator<'a> { store: &'a GlyphStore, byte_index: ByteIndex, byte_range: Range, - glyph_range: Option>, + glyph_range: Option>, } impl<'a> GlyphIterator<'a> { -- cgit v1.2.3