diff options
Diffstat (limited to 'components/script_plugins/lib.rs')
-rw-r--r-- | components/script_plugins/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script_plugins/lib.rs b/components/script_plugins/lib.rs index 7d0460bf5a1..a696c456d8d 100644 --- a/components/script_plugins/lib.rs +++ b/components/script_plugins/lib.rs @@ -25,7 +25,7 @@ extern crate rustc; extern crate rustc_plugin; extern crate syntax; -extern crate webidl; +extern crate weedle; use rustc_plugin::Registry; use syntax::feature_gate::AttributeType::Whitelisted; |