1
Fork 0

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

@ -26,6 +26,7 @@
#![allow(unknown_features)]
#![feature(slicing_syntax)]
#![feature(box_syntax)]
#![allow(unknown_features)] #![feature(int_uint)]
#![deny(missing_docs)]
#[cfg(test)]