summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-03-15 00:04:51 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-03-15 00:04:51 -0700
commit33d7f2ef4a255ccb2d3f7d0982093b2babab1b96 (patch)
treed830ad067f51d0e934b09845493a70472acae97d /tests
parent161fd3649444263cae57a564585e7e2060a37bb4 (diff)
downloadssh2-rs-33d7f2ef4a255ccb2d3f7d0982093b2babab1b96.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 ed900f0..1cde6e2 100644
--- a/tests/all.rs
+++ b/tests/all.rs
@@ -1,5 +1,5 @@
#![deny(warnings)]
-#![feature(io, core, path, net)]
+#![feature(io, core, net)]
extern crate ssh2;
extern crate libc;