Fix build warnings.

This commit is contained in:
Ms2ger 2015-02-03 18:22:27 +01:00
parent bc448f158b
commit e2408355a7
3 changed files with 3 additions and 4 deletions

View file

@ -11,7 +11,7 @@ use std::ops::{Add, Sub, Mul, Neg, Div, Rem, BitAnd, BitOr, BitXor, Shl, Shr, No
use std::u16;
use std::vec::Vec;
use util::geometry::Au;
use util::range::{mod, Range, RangeIndex, EachIndex};
use util::range::{self, Range, RangeIndex, EachIndex};
use util::vec::*;
/// GlyphEntry is a port of Gecko's CompressedGlyph scheme for storing glyph data compactly.