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 @@
|
|||
#![allow(unknown_features)]
|
||||
#![feature(link_args)]
|
||||
#![feature(box_syntax)]
|
||||
#![allow(unknown_features)] #![feature(int_uint)]
|
||||
|
||||
extern crate libc;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue