aboutsummaryrefslogtreecommitdiffstats
path: root/components/range/lib.rs
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2016-11-03 10:24:11 +0100
committerAnthony Ramine <n.oxyde@gmail.com>2016-11-03 11:24:19 +0100
commit046a97fa132db36364368a69082efb65b9cb4ee1 (patch)
treef174e2e7a65b7b3c9b2a13357aa8a9f92fcf0183 /components/range/lib.rs
parent3bc26d18190b6d2410f6f804a4bf9c910c1e0c28 (diff)
downloadservo-046a97fa132db36364368a69082efb65b9cb4ee1.tar.gz
servo-046a97fa132db36364368a69082efb65b9cb4ee1.zip
Remove #![feature(rustc_attrs)]
Diffstat (limited to 'components/range/lib.rs')
-rw-r--r--components/range/lib.rs1
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)]