aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/cssstyledeclaration.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2017-11-06 14:24:03 +0100
committerAnthony Ramine <n.oxyde@gmail.com>2017-11-09 16:56:39 +0100
commit793bebfc0ef5e3dbfbff094ec459198f2bceeaff (patch)
tree9802fad67ca8269a98a988a49e1bb4ce0efd8154 /components/script/dom/cssstyledeclaration.rs
parent20ccde9a75e52f3dc7adccf0136f5753deb41158 (diff)
downloadservo-793bebfc0ef5e3dbfbff094ec459198f2bceeaff.tar.gz
servo-793bebfc0ef5e3dbfbff094ec459198f2bceeaff.zip
Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)
Diffstat (limited to 'components/script/dom/cssstyledeclaration.rs')
-rw-r--r--components/script/dom/cssstyledeclaration.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/cssstyledeclaration.rs b/components/script/dom/cssstyledeclaration.rs
index d1d5aa505bf..797fc013434 100644
--- a/components/script/dom/cssstyledeclaration.rs
+++ b/components/script/dom/cssstyledeclaration.rs
@@ -16,7 +16,6 @@ use dom::window::Window;
use dom_struct::dom_struct;
use servo_arc::Arc;
use servo_url::ServoUrl;
-use std::ascii::AsciiExt;
use style::attr::AttrValue;
use style::properties::{DeclarationSource, Importance, PropertyDeclarationBlock, PropertyId, LonghandId, ShorthandId};
use style::properties::{parse_one_declaration_into, parse_style_attribute, SourcePropertyDeclaration};