Remove all old_io warnings

This commit is contained in:
Mathijs van de Nes 2015-02-20 16:59:49 +01:00
parent c8e8678ea1
commit 0920c9baf1

View file

@ -3,7 +3,7 @@
#![feature(unsafe_destructor)] #![feature(unsafe_destructor)]
#![warn(missing_docs)] #![warn(missing_docs)]
#![feature(core, collections, io, std_misc)] #![feature(core, collections, old_io, std_misc)]
extern crate time; extern crate time;
extern crate flate2; extern crate flate2;