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:
Huon Wilson 2015-01-08 21:45:49 +11:00 committed by Niko Matsakis
parent d12514bc58
commit 4f5a57e80e
32 changed files with 37 additions and 8 deletions

View file

@ -25,6 +25,7 @@
#![allow(unknown_features)]
#![feature(link_args)]
#![feature(box_syntax)]
#![allow(unknown_features)] #![feature(int_uint)]
extern crate libc;