summaryrefslogtreecommitdiff
path: root/tests/all.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-02-26 09:38:18 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-02-26 09:38:18 -0800
commite5198d341ce20cab06193b922e1ccfeb6985e769 (patch)
tree490dd8e5deac08d8b1b4abbf5b4272f8c6f6dcd8 /tests/all.rs
parent812c36bed2e82468f7de9236d570c73b46be8db2 (diff)
downloadssh2-rs-e5198d341ce20cab06193b922e1ccfeb6985e769.zip
Bump libssh2-sys to 0.1.10
Diffstat (limited to 'tests/all.rs')
-rw-r--r--tests/all.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/all.rs b/tests/all.rs
index b905530..9ff2e0c 100644
--- a/tests/all.rs
+++ b/tests/all.rs
@@ -1,5 +1,5 @@
#![deny(warnings)]
-#![feature(io, core, path, env, net, fs, old_io, old_path)]
+#![feature(io, core, path, env, net, fs, tempdir)]
extern crate ssh2;
extern crate libc;
@@ -12,7 +12,6 @@ mod session;
mod channel;
mod knownhosts;
mod sftp;
-mod tempdir;
pub fn socket() -> TcpStream {
TcpStream::connect("127.0.0.1:22").unwrap()