diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-02-26 09:38:18 -0800 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-02-26 09:38:18 -0800 |
commit | e5198d341ce20cab06193b922e1ccfeb6985e769 (patch) | |
tree | 490dd8e5deac08d8b1b4abbf5b4272f8c6f6dcd8 /tests/all.rs | |
parent | 812c36bed2e82468f7de9236d570c73b46be8db2 (diff) | |
download | ssh2-rs-e5198d341ce20cab06193b922e1ccfeb6985e769.zip |
Bump libssh2-sys to 0.1.10
Diffstat (limited to 'tests/all.rs')
-rw-r--r-- | tests/all.rs | 3 |
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() |