Remove #![feature(rustc_attrs)]

This commit is contained in:
Anthony Ramine 2016-11-03 10:24:11 +01:00
parent 3bc26d1819
commit 046a97fa13
10 changed files with 4 additions and 10 deletions

View file

@ -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)]