From 0e369e931f5927a31bec4e5ca6ee21ebb60e6e7f Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Mon, 16 Mar 2015 15:39:51 -0700 Subject: Fix deprecation warnings --- test/test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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; -- cgit v1.2.3