From 6b69fec7fe83cede5d6f7fa13fce71233e5b5821 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Mon, 23 Mar 2015 10:37:49 +0100 Subject: Fix warnings in script. --- components/script/script_task.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'components/script/script_task.rs') diff --git a/components/script/script_task.rs b/components/script/script_task.rs index 847da174eff..b66de84bc5c 100644 --- a/components/script/script_task.rs +++ b/components/script/script_task.rs @@ -24,7 +24,6 @@ use dom::bindings::codegen::Bindings::DocumentBinding::{DocumentMethods, Documen use dom::bindings::codegen::InheritTypes::{ElementCast, EventTargetCast, HTMLIFrameElementCast, NodeCast, EventCast}; use dom::bindings::conversions::FromJSValConvertible; use dom::bindings::conversions::StringificationBehavior; -use dom::bindings::global::GlobalRef; use dom::bindings::js::{JS, JSRef, Temporary, OptionalRootable, RootedReference}; use dom::bindings::js::{RootCollection, RootCollectionPtr}; use dom::bindings::refcounted::{LiveDOMReferences, Trusted, TrustedReference}; -- cgit v1.2.3