Move to new io in util.

This commit is contained in:
Ms2ger 2015-03-28 20:00:13 +01:00
parent ce3f777a12
commit 573f721714
3 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,6 @@
#![feature(hash)]
#![feature(int_uint)]
#![feature(io)]
#![feature(old_io)]
#![feature(optin_builtin_traits)]
#![feature(path)]
#![cfg_attr(not(target_os = "android"), feature(path_ext))]