aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/lib.rs
diff options
context:
space:
mode:
authorAvi Weinstock <aweinstock314@gmail.com>2015-03-23 14:33:55 -0400
committerAvi Weinstock <aweinstock314@gmail.com>2015-03-23 18:28:44 -0400
commitcf0657a4030a3401845c83fe45c7e466d361292b (patch)
tree4a6582e75cd273ae8fe4237b0d468d6b64fdf631 /components/net/lib.rs
parent5ce7d8accfc52dd37b19b4400a643a980412bb2f (diff)
downloadservo-cf0657a4030a3401845c83fe45c7e466d361292b.tar.gz
servo-cf0657a4030a3401845c83fe45c7e466d361292b.zip
Fixed some deprecation errors in components/net.
Diffstat (limited to 'components/net/lib.rs')
-rw-r--r--components/net/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/net/lib.rs b/components/net/lib.rs
index c7dc87a538c..410e8ab1556 100644
--- a/components/net/lib.rs
+++ b/components/net/lib.rs
@@ -8,7 +8,6 @@
#![feature(core)]
#![feature(int_uint)]
#![feature(io)]
-#![feature(old_io)]
#![feature(old_path)]
#![feature(path)]
#![feature(path_ext)]