diff options
author | Avi Weinstock <aweinstock314@gmail.com> | 2015-03-23 14:33:55 -0400 |
---|---|---|
committer | Avi Weinstock <aweinstock314@gmail.com> | 2015-03-23 18:28:44 -0400 |
commit | cf0657a4030a3401845c83fe45c7e466d361292b (patch) | |
tree | 4a6582e75cd273ae8fe4237b0d468d6b64fdf631 /components/net/lib.rs | |
parent | 5ce7d8accfc52dd37b19b4400a643a980412bb2f (diff) | |
download | servo-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.rs | 1 |
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)] |