Stop using old_io in net tests.

This commit is contained in:
Ms2ger 2015-03-26 17:42:39 +01:00
parent fefdd9afba
commit 578a909864
2 changed files with 5 additions and 10 deletions

View file

@ -8,6 +8,7 @@
#![feature(core)]
#![feature(int_uint)]
#![feature(io)]
#![cfg_attr(test, feature(net))]
#![feature(path)]
#![feature(path_ext)]
#![feature(plugin)]