aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/script/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index 132115d9e4e..0a24b674bdd 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -28,8 +28,6 @@ extern crate deny_public_fields;
#[macro_use]
extern crate domobject_derive;
#[macro_use]
-extern crate enum_iterator;
-#[macro_use]
extern crate html5ever;
#[macro_use]
extern crate js;