try to reduce bajillion warnings

This commit is contained in:
Alexis
2015-02-19 12:57:25 -05:00
parent 522d09dfec
commit 97aa34046f
18 changed files with 58 additions and 51 deletions

View File

@@ -240,6 +240,8 @@
#![unstable(feature = "old_io")]
#![deny(unused_must_use)]
#![allow(deprecated)] // seriously this is all deprecated
#![allow(unused_imports)]
pub use self::SeekStyle::*;
pub use self::FileMode::*;