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
|
@ -23,7 +23,7 @@
|
|||
html_root_url = "http://doc.rust-lang.org/nightly/",
|
||||
html_playground_url = "http://play.rust-lang.org/")]
|
||||
|
||||
#![feature(macro_rules, globs, import_shadowing)]
|
||||
#![feature(macro_rules, globs)]
|
||||
pub use self::Piece::*;
|
||||
pub use self::Position::*;
|
||||
pub use self::Alignment::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue