aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_plugins/lib.rs
diff options
context:
space:
mode:
authorkrk <keremkat@gmail.com>2019-04-14 21:46:41 +0200
committerkrk <keremkat@gmail.com>2019-04-20 22:39:37 +0200
commitea833b597f8850a4cfe78a2307c9f1e8b4b5acf5 (patch)
tree045e178e394233bb8f557bb435bc74e7924f3958 /components/script_plugins/lib.rs
parentdfca8ec913dd77cc07a9cc2053047f0d6bd09ed6 (diff)
downloadservo-ea833b597f8850a4cfe78a2307c9f1e8b4b5acf5.tar.gz
servo-ea833b597f8850a4cfe78a2307c9f1e8b4b5acf5.zip
Parse webidl files and lint for inheritance correctness.
Diffstat (limited to 'components/script_plugins/lib.rs')
-rw-r--r--components/script_plugins/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script_plugins/lib.rs b/components/script_plugins/lib.rs
index eda133d4b7b..7d0460bf5a1 100644
--- a/components/script_plugins/lib.rs
+++ b/components/script_plugins/lib.rs
@@ -25,6 +25,8 @@ extern crate rustc;
extern crate rustc_plugin;
extern crate syntax;
+extern crate webidl;
+
use rustc_plugin::Registry;
use syntax::feature_gate::AttributeType::Whitelisted;