remove #![feature(extern_crate_item_prelude)]

master
equation314 6 years ago
parent 6879c66e58
commit aa5e7a4e6f

@ -1,7 +1,6 @@
#![cfg_attr(not(test), no_std)] #![cfg_attr(not(test), no_std)]
#![feature(alloc)] #![feature(alloc)]
#![feature(nll)] #![feature(nll)]
#![feature(extern_crate_item_prelude)]
// import macros from log // import macros from log
use log::*; use log::*;

@ -6,7 +6,6 @@
#![feature(vec_resize_default)] #![feature(vec_resize_default)]
#![feature(asm)] #![feature(asm)]
#![feature(exact_size_is_empty)] #![feature(exact_size_is_empty)]
#![feature(extern_crate_item_prelude)]
extern crate alloc; extern crate alloc;

@ -5,7 +5,6 @@
#![feature(optin_builtin_traits)] #![feature(optin_builtin_traits)]
#![feature(panic_info_message)] #![feature(panic_info_message)]
#![feature(global_asm)] #![feature(global_asm)]
#![feature(extern_crate_item_prelude)]
#![no_std] #![no_std]
// just keep it ... // just keep it ...

Loading…
Cancel
Save