diff options
Diffstat (limited to 'nix-test/src/lib.rs')
-rw-r--r-- | nix-test/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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; |