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/range/lib.rs | |
parent | 3bc26d18190b6d2410f6f804a4bf9c910c1e0c28 (diff) | |
download | servo-046a97fa132db36364368a69082efb65b9cb4ee1.tar.gz servo-046a97fa132db36364368a69082efb65b9cb4ee1.zip |
Remove #![feature(rustc_attrs)]
Diffstat (limited to 'components/range/lib.rs')
-rw-r--r-- | components/range/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/range/lib.rs b/components/range/lib.rs index 0451d332643..2b76a070911 100644 --- a/components/range/lib.rs +++ b/components/range/lib.rs @@ -3,7 +3,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #![feature(proc_macro)] -#![feature(rustc_attrs)] #![feature(step_trait)] #![deny(unsafe_code)] |