aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/lib.rs
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2015-03-28 20:00:13 +0100
committerMs2ger <ms2ger@gmail.com>2015-03-28 20:02:23 +0100
commit573f7217145d6658824abc36616aa7560bd7eb2d (patch)
treea5ce7d579496bcc448232642c1feda7e1c1c90f8 /components/util/lib.rs
parentce3f777a12212604ec5cb56a0145f3cf8fca9ea7 (diff)
downloadservo-573f7217145d6658824abc36616aa7560bd7eb2d.tar.gz
servo-573f7217145d6658824abc36616aa7560bd7eb2d.zip
Move to new io in util.
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r--components/util/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs
index 4eaf40b465f..1f90cafd091 100644
--- a/components/util/lib.rs
+++ b/components/util/lib.rs
@@ -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))]