aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/node.rs
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2014-12-18 15:18:11 +0530
committerManish Goregaokar <manishsmail@gmail.com>2014-12-27 03:28:35 +0530
commit50c246bdc525afd26ff1864001eaf243db834192 (patch)
tree59864da35049488606be9c490b41111e746df57e /components/script/dom/node.rs
parent21a888341d3e184b0835c4de73959b851d275571 (diff)
downloadservo-50c246bdc525afd26ff1864001eaf243db834192.tar.gz
servo-50c246bdc525afd26ff1864001eaf243db834192.zip
Fix warnings post-upgrade
Diffstat (limited to 'components/script/dom/node.rs')
-rw-r--r--components/script/dom/node.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/node.rs b/components/script/dom/node.rs
index 0b66cc678a5..a6564d801ee 100644
--- a/components/script/dom/node.rs
+++ b/components/script/dom/node.rs
@@ -27,7 +27,6 @@ use dom::bindings::js::{JS, JSRef, RootedReference, Temporary, Root};
use dom::bindings::js::{OptionalSettable, TemporaryPushable, OptionalRootedRootable};
use dom::bindings::js::{ResultRootable, OptionalRootable, MutNullableJS};
use dom::bindings::trace::JSTraceable;
-use dom::bindings::utils;
use dom::bindings::utils::{Reflectable, reflect_dom_object};
use dom::characterdata::CharacterData;
use dom::comment::Comment;