mirror of
https://github.com/servo/servo.git
synced 2025-06-28 19:13:41 +01:00
remove unused import
This commit is contained in:
parent
cfd44e4082
commit
c538a90a14
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ use std::cell::Cell;
|
|||
use std::cmp::ApproxEq;
|
||||
use std::num::Zero;
|
||||
use style::{ComputedValues, TElement, TNode, cascade};
|
||||
use style::computed_values::{LengthOrPercentage, overflow, display};
|
||||
use style::computed_values::{LengthOrPercentage, overflow};
|
||||
use style::computed_values::{border_style, clear, font_family, line_height};
|
||||
use style::computed_values::{text_align, text_decoration, vertical_align, visibility};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue