summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2015-03-16 15:39:51 -0700
committerCarl Lerche <me@carllerche.com>2015-03-16 15:39:51 -0700
commit0e369e931f5927a31bec4e5ca6ee21ebb60e6e7f (patch)
tree437e82c3855109d4f18c9ebb7af221d0e89d0acf /test
parent9b640d53f5b72bedfd6cd589f77d9338d5b540f3 (diff)
downloadnix-0e369e931f5927a31bec4e5ca6ee21ebb60e6e7f.zip
Fix deprecation warnings
Diffstat (limited to 'test')
-rw-r--r--test/test.rs2
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;