summaryrefslogtreecommitdiff
path: root/tests/all.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-02-23 18:38:19 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-02-23 18:41:10 -0800
commit49458f9c8e0430c428794d1e4650ca175ac7286d (patch)
treec04c8feb7b288871aaf9725ae083dc01f1dd2df1 /tests/all.rs
parenta062f8704731821b591887f27e7ce9fb7515b29f (diff)
downloadssh2-rs-49458f9c8e0430c428794d1e4650ca175ac7286d.zip
Slim down custom TempDir
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 a8d50af..b905530 100644
--- a/tests/all.rs
+++ b/tests/all.rs
@@ -1,5 +1,5 @@
#![deny(warnings)]
-#![feature(io, core, path, env, net, fs)]
+#![feature(io, core, path, env, net, fs, old_io, old_path)]
extern crate ssh2;
extern crate libc;