Skip to content

Commit

Permalink
remove unused Auto in test of serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
tigercosmos committed Dec 17, 2017
1 parent 8798e49 commit 7d8be25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/style/properties/serialization.rs
Expand Up @@ -6,7 +6,7 @@ use properties::{parse, parse_input};
use style::computed_values::display::T as Display;
use style::properties::{PropertyDeclaration, Importance};
use style::properties::parse_property_declaration_list;
use style::values::{CustomIdent, RGBA, Auto};
use style::values::{CustomIdent, RGBA};
use style::values::generics::flex::FlexBasis;
use style::values::specified::{BorderStyle, BorderSideWidth, Color};
use style::values::specified::{Length, LengthOrPercentage, LengthOrPercentageOrAuto};
Expand Down

0 comments on commit 7d8be25

Please sign in to comment.