1
Fork 0

Remove feature(import_shadowing) from all crates.

This commit is contained in:
Eduard Burtescu 2014-12-04 01:58:26 +02:00
parent 1c2df5cc3c
commit d5267d5845
10 changed files with 9 additions and 11 deletions

View file

@ -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::*;