Fixed some deprecation errors in components/net.

This commit is contained in:
Avi Weinstock 2015-03-23 14:33:55 -04:00
parent 5ce7d8accf
commit cf0657a403
3 changed files with 18 additions and 21 deletions

View file

@ -8,7 +8,6 @@
#![feature(core)]
#![feature(int_uint)]
#![feature(io)]
#![feature(old_io)]
#![feature(old_path)]
#![feature(path)]
#![feature(path_ext)]