diff options
Diffstat (limited to 'nix-test/build.rs')
-rw-r--r-- | nix-test/build.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nix-test/build.rs b/nix-test/build.rs index cb9cae9b..b9421014 100644 --- a/nix-test/build.rs +++ b/nix-test/build.rs @@ -1,5 +1,3 @@ -#![feature(env, process)] - use std::env; use std::process::Command; |