summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-02-19 08:06:02 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-02-19 08:06:02 -0800
commite30841c82bbcb3d28270b0545db135053a13ac57 (patch)
tree1d81e26419ded9c02ab8e09f544ad7321c626649 /src
parentc10cfb9a6eeae690b9f90c7f6bdbb162f02d6348 (diff)
downloadssh2-rs-e30841c82bbcb3d28270b0545db135053a13ac57.zip
Update to rust master
Diffstat (limited to 'src')
-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))]