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:
committed by
Niko Matsakis
parent
d12514bc58
commit
4f5a57e80e
@@ -68,6 +68,7 @@
|
||||
#![allow(unknown_features)]
|
||||
#![feature(lang_items, unsafe_destructor)]
|
||||
#![feature(box_syntax)]
|
||||
#![allow(unknown_features)] #![feature(int_uint)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate core;
|
||||
|
||||
Reference in New Issue
Block a user