diff options
Diffstat (limited to 'components/style/attr.rs')
-rw-r--r-- | components/style/attr.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/attr.rs b/components/style/attr.rs index 0ba247e101f..8d5777bc34f 100644 --- a/components/style/attr.rs +++ b/components/style/attr.rs @@ -12,7 +12,7 @@ use string_cache::{Atom, Namespace}; use url::Url; use util::str::{LengthOrPercentageOrAuto, HTML_SPACE_CHARACTERS}; use util::str::{read_exponent, read_fraction, read_numbers, split_commas, split_html_space_chars}; -use values::specified::{Length}; +use values::specified::Length; // Duplicated from script::dom::values. const UNSIGNED_LONG_MAX: u32 = 2147483647; |