summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-03-01 11:13:32 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-03-01 11:13:32 -0800
commitbb0c71792799d7261ae6356a26aabd39c9e78430 (patch)
tree65567da26c8ca498e366635d6348c991c8a0f426 /tests
parentd574e5b7fb68c02513451837fcc3641bb92eeb76 (diff)
downloadssh2-rs-bb0c71792799d7261ae6356a26aabd39c9e78430.zip
Update to rust master
Diffstat (limited to 'tests')
-rw-r--r--tests/all.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.rs b/tests/all.rs
index 9ff2e0c..3da9813 100644
--- a/tests/all.rs
+++ b/tests/all.rs
@@ -1,5 +1,5 @@
#![deny(warnings)]
-#![feature(io, core, path, env, net, fs, tempdir)]
+#![feature(io, core, path, net, fs, tempdir)]
extern crate ssh2;
extern crate libc;