From 4fcc2f7edb543afbcde71e3c7790b9958a24eb6c Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Tue, 20 Nov 2018 13:23:16 +0100 Subject: [PATCH] Fix unused import warning in new Rust Nightly --- components/script/lib.rs | 2 -- 1 file changed, 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;