summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 61f71c7..eea8a77 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -114,7 +114,8 @@
//! let contents = remote_file.read_to_end();
//! ```
-#![feature(unsafe_destructor, std_misc, collections, io, core, path, hash, libc)]
+#![feature(unsafe_destructor, std_misc, collections, old_io, core, old_path, hash)]
+#![feature(io)]
#![deny(missing_docs, unused_results)]
#![cfg_attr(test, deny(warnings))]