aboutsummaryrefslogtreecommitdiffstats
path: root/components/plugins/lib.rs
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2015-12-30 16:05:10 +0100
committerLars Bergstrom <lars@lars.com>2016-01-14 14:56:18 -0600
commit74f6c9b74fcc8839ac9c0ce610b41ae948d2d771 (patch)
treeca170f36519629ffb96eefadebc8d38f35036662 /components/plugins/lib.rs
parenta28b5cb43859b6300c0b157c6b3d25d78606dda8 (diff)
downloadservo-74f6c9b74fcc8839ac9c0ce610b41ae948d2d771.tar.gz
servo-74f6c9b74fcc8839ac9c0ce610b41ae948d2d771.zip
Update to rustc 1.7.0-nightly (b4707ebca 2015-12-27)
Diffstat (limited to 'components/plugins/lib.rs')
-rw-r--r--components/plugins/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/plugins/lib.rs b/components/plugins/lib.rs
index 8528ee06d57..b1d701e6aec 100644
--- a/components/plugins/lib.rs
+++ b/components/plugins/lib.rs
@@ -23,6 +23,7 @@ extern crate rustc_front;
extern crate rustc_plugin;
#[macro_use]
extern crate syntax;
+extern crate syntax_ext;
extern crate tenacious;
extern crate url;