mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Fix warnings.
This commit is contained in:
parent
39a36a0098
commit
208c05f944
4 changed files with 3 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue