mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Remove an unused import.
This commit is contained in:
parent
f7bfea5879
commit
eed11c1391
1 changed files with 1 additions and 1 deletions
|
@ -2699,7 +2699,7 @@ pub mod longhands {
|
||||||
use values::computed::{Context, ToComputedValue};
|
use values::computed::{Context, ToComputedValue};
|
||||||
use values::specified::{Angle, Length};
|
use values::specified::{Angle, Length};
|
||||||
use values::CSSFloat;
|
use values::CSSFloat;
|
||||||
use cssparser::{self, ToCss};
|
use cssparser::ToCss;
|
||||||
use text_writer::{self, TextWriter};
|
use text_writer::{self, TextWriter};
|
||||||
|
|
||||||
#[derive(Clone, PartialEq)]
|
#[derive(Clone, PartialEq)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue