mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove an unused import.
This commit is contained in:
parent
422b6bd223
commit
db61c54858
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ use std::u16;
|
|||
use style::computed_values::{display, overflow_x, position, text_align, text_justify};
|
||||
use style::computed_values::{text_overflow, vertical_align, white_space};
|
||||
use style::properties::ComputedValues;
|
||||
use util::geometry::{Au, MAX_AU, ZERO_POINT, ZERO_RECT};
|
||||
use util::geometry::{Au, MAX_AU, ZERO_RECT};
|
||||
use util::logical_geometry::{LogicalRect, LogicalSize, WritingMode};
|
||||
use util::range::{Range, RangeIndex};
|
||||
use util;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue