Fix warnings.

This commit is contained in:
Ms2ger 2015-12-04 10:31:19 +01:00
parent 39a36a0098
commit 208c05f944
4 changed files with 3 additions and 5 deletions

View file

@ -43,7 +43,7 @@ use style::properties::ComputedValues;
use text::TextRun;
use text::glyph::CharIndex;
use util::cursor::Cursor;
use util::geometry::{self, MAX_RECT};
use util::geometry::MAX_RECT;
use util::linked_list::prepend_from;
use util::mem::HeapSizeOf;
use util::opts;