summaryrefslogtreecommitdiff
path: root/tests/all.rs
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 /tests/all.rs
parentc10cfb9a6eeae690b9f90c7f6bdbb162f02d6348 (diff)
downloadssh2-rs-e30841c82bbcb3d28270b0545db135053a13ac57.zip
Update to rust master
Diffstat (limited to 'tests/all.rs')
-rw-r--r--tests/all.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.rs b/tests/all.rs
index 749e976..491e4d4 100644
--- a/tests/all.rs
+++ b/tests/all.rs
@@ -1,5 +1,5 @@
#![deny(warnings)]
-#![feature(io, core, path, std_misc, libc, env)]
+#![feature(old_io, core, old_path, env)]
extern crate ssh2;
extern crate libc;