summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libssh2-sys/build.rs2
-rw-r--r--tests/all.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/libssh2-sys/build.rs b/libssh2-sys/build.rs
index aac8bab..b8fec6a 100644
--- a/libssh2-sys/build.rs
+++ b/libssh2-sys/build.rs
@@ -1,4 +1,4 @@
-#![feature(io, path, env, core, fs, process)]
+#![feature(io, path, core, fs, process)]
extern crate "pkg-config" as pkg_config;
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;