diff options
Diffstat (limited to 'components/devtools_traits/lib.rs')
-rw-r--r-- | components/devtools_traits/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/devtools_traits/lib.rs b/components/devtools_traits/lib.rs index 7335371bca4..17362ed5558 100644 --- a/components/devtools_traits/lib.rs +++ b/components/devtools_traits/lib.rs @@ -12,7 +12,7 @@ #![allow(non_snake_case)] #![deny(unsafe_code)] -#![feature(proc_macro, rustc_attrs, structural_match)] +#![feature(proc_macro)] #[allow(unused_extern_crates)] #[macro_use] |