diff options
Diffstat (limited to 'tests/unit/style/attr.rs')
-rw-r--r-- | tests/unit/style/attr.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/style/attr.rs b/tests/unit/style/attr.rs index 25fe085a637..6bf72a5b969 100644 --- a/tests/unit/style/attr.rs +++ b/tests/unit/style/attr.rs @@ -5,7 +5,6 @@ use app_units::Au; use style::attr::{AttrValue, LengthOrPercentageOrAuto, parse_length}; use style::values::computed::CalcLengthOrPercentage; -use style_traits::values::specified::AllowedLengthType; #[test] fn test_length_calc() { |