diff options
author | Carl Lerche <me@carllerche.com> | 2015-03-10 11:49:58 -0700 |
---|---|---|
committer | Carl Lerche <me@carllerche.com> | 2015-03-10 11:49:58 -0700 |
commit | 67d6580d2c41c584d375ca57a67405fe8f5b4339 (patch) | |
tree | 1a0a086f299f0ab08aa82d58a2e418f69dbd8d95 /nix-test | |
parent | 5d7f9c618655472654b79eeb22a9d13ec89035e7 (diff) | |
download | nix-67d6580d2c41c584d375ca57a67405fe8f5b4339.zip |
Track Rust nightlies
Diffstat (limited to 'nix-test')
-rw-r--r-- | nix-test/build.rs | 2 | ||||
-rw-r--r-- | nix-test/src/lib.rs | 2 |
2 files changed, 1 insertions, 3 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; diff --git a/nix-test/src/lib.rs b/nix-test/src/lib.rs index 26d7cd4d..97d6825c 100644 --- a/nix-test/src/lib.rs +++ b/nix-test/src/lib.rs @@ -1,4 +1,4 @@ -#![feature(libc, std_misc)] +#![feature(libc)] extern crate libc; |