diff options
Diffstat (limited to 'test/test.rs')
-rw-r--r-- | test/test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.rs b/test/test.rs index 7c5a6b20..ba66002a 100644 --- a/test/test.rs +++ b/test/test.rs @@ -1,4 +1,4 @@ -#![feature(core, libc, net, path, std_misc)] +#![feature(core, libc, net, std_misc)] extern crate nix; extern crate libc; |