diff options
author | Carl Lerche <me@carllerche.com> | 2015-03-16 15:39:51 -0700 |
---|---|---|
committer | Carl Lerche <me@carllerche.com> | 2015-03-16 15:39:51 -0700 |
commit | 0e369e931f5927a31bec4e5ca6ee21ebb60e6e7f (patch) | |
tree | 437e82c3855109d4f18c9ebb7af221d0e89d0acf /test | |
parent | 9b640d53f5b72bedfd6cd589f77d9338d5b540f3 (diff) | |
download | nix-0e369e931f5927a31bec4e5ca6ee21ebb60e6e7f.zip |
Fix deprecation warnings
Diffstat (limited to 'test')
-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; |