diff options
Diffstat (limited to 'components/style/stylesheets.rs')
-rw-r--r-- | components/style/stylesheets.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/style/stylesheets.rs b/components/style/stylesheets.rs index 0e40799eb2b..7a978263b2b 100644 --- a/components/style/stylesheets.rs +++ b/components/style/stylesheets.rs @@ -12,7 +12,6 @@ use parser::{ParserContext, log_css_error}; use properties::{PropertyDeclarationBlock, parse_property_declaration_list}; use selectors::parser::{Selector, SelectorImpl, parse_selector_list}; use smallvec::SmallVec; -use std::ascii::AsciiExt; use std::cell::Cell; use std::iter::Iterator; use std::marker::PhantomData; |