diff options
Diffstat (limited to 'components/script_plugins/lib.rs')
-rw-r--r-- | components/script_plugins/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script_plugins/lib.rs b/components/script_plugins/lib.rs index 60a087da254..7fdfb10fcce 100644 --- a/components/script_plugins/lib.rs +++ b/components/script_plugins/lib.rs @@ -14,7 +14,6 @@ //! Use this for structs that correspond to a DOM type #![deny(unsafe_code)] -#![feature(macro_at_most_once_rep)] #![feature(plugin)] #![feature(plugin_registrar)] #![feature(rustc_private)] |