aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/str.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/str.rs')
-rw-r--r--components/style/str.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/str.rs b/components/style/str.rs
index 731ffda0cc0..641f5501d89 100644
--- a/components/style/str.rs
+++ b/components/style/str.rs
@@ -7,7 +7,7 @@
#![deny(missing_docs)]
use num_traits::ToPrimitive;
-use std::ascii::AsciiExt;
+#[allow(unused_imports)] use std::ascii::AsciiExt;
use std::borrow::Cow;
use std::convert::AsRef;
use std::iter::{Filter, Peekable};