diff options
Diffstat (limited to 'components/plugins/lib.rs')
-rw-r--r-- | components/plugins/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/plugins/lib.rs b/components/plugins/lib.rs index 36045cec078..a8bf2ad8b20 100644 --- a/components/plugins/lib.rs +++ b/components/plugins/lib.rs @@ -12,7 +12,7 @@ //! - `#[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, rustc_private, unicode)] +#![feature(plugin_registrar, quote, plugin, box_syntax, rustc_private, collections)] #[macro_use] extern crate syntax; |