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 d52ad866879..6662825452b 100644 --- a/components/plugins/lib.rs +++ b/components/plugins/lib.rs @@ -13,7 +13,7 @@ //! - `#[dom_struct]` : Implies `#[privatize]`,`#[derive(JSTraceable)]`, and `#[must_root]`. //! Use this for structs that correspond to a DOM type -#![feature(plugin_registrar, quote, plugin, box_syntax, rustc_private)] +#![feature(plugin_registrar, quote, plugin, box_syntax, rustc_private, slice_patterns)] #[macro_use] extern crate syntax; |