diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-11-03 10:24:11 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-11-03 11:24:19 +0100 |
commit | 046a97fa132db36364368a69082efb65b9cb4ee1 (patch) | |
tree | f174e2e7a65b7b3c9b2a13357aa8a9f92fcf0183 /components/devtools_traits/lib.rs | |
parent | 3bc26d18190b6d2410f6f804a4bf9c910c1e0c28 (diff) | |
download | servo-046a97fa132db36364368a69082efb65b9cb4ee1.tar.gz servo-046a97fa132db36364368a69082efb65b9cb4ee1.zip |
Remove #![feature(rustc_attrs)]
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 6fcac6cf4a2..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)] +#![feature(proc_macro)] #[allow(unused_extern_crates)] #[macro_use] |