Remove warning from the libraries.
This adds the int_uint feature to *every* library, whether or not it needs it.
This commit is contained in:
parent
d12514bc58
commit
4f5a57e80e
32 changed files with 37 additions and 8 deletions
|
@ -25,6 +25,7 @@
|
|||
html_playground_url = "http://play.rust-lang.org/")]
|
||||
|
||||
#![feature(slicing_syntax)]
|
||||
#![allow(unknown_features)] #![feature(int_uint)]
|
||||
|
||||
pub use self::Piece::*;
|
||||
pub use self::Position::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue