aboutsummaryrefslogtreecommitdiffstats
path: root/components/plugins/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/plugins/lib.rs')
-rw-r--r--components/plugins/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/plugins/lib.rs b/components/plugins/lib.rs
index 1121d85d30c..c6b1ea08a79 100644
--- a/components/plugins/lib.rs
+++ b/components/plugins/lib.rs
@@ -12,10 +12,9 @@
//! - `#[dom_struct]` : Implies `#[privatize]`,`#[jstraceable]`, and `#[must_root]`.
//! Use this for structs that correspond to a DOM type
-#![feature(plugin_registrar, quote, plugin, box_syntax)]
+#![feature(plugin_registrar, quote, plugin, box_syntax, rustc_private, core)]
#![allow(missing_copy_implementations)]
-#![allow(unstable)]
#[plugin]
#[macro_use]