Remove feature(import_shadowing) from all crates.
This commit is contained in:
parent
1c2df5cc3c
commit
d5267d5845
10 changed files with 9 additions and 11 deletions
|
@ -106,8 +106,7 @@
|
|||
#![allow(unknown_features)]
|
||||
#![feature(macro_rules, globs, linkage, thread_local, asm)]
|
||||
#![feature(default_type_params, phase, lang_items, unsafe_destructor)]
|
||||
#![feature(import_shadowing, slicing_syntax, tuple_indexing)]
|
||||
#![feature(unboxed_closures)]
|
||||
#![feature(slicing_syntax, unboxed_closures)]
|
||||
|
||||
// Don't link to std. We are std.
|
||||
#![no_std]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue