diff options
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)] |