From efcdc74300cd26ce5494aaef4cff68ced9a3a4bc Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 8 Mar 2015 09:48:25 -0700 Subject: [PATCH] Remove unused feature --- phf_codegen/test/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phf_codegen/test/build.rs b/phf_codegen/test/build.rs index 2d0d7653..77bbae1d 100644 --- a/phf_codegen/test/build.rs +++ b/phf_codegen/test/build.rs @@ -1,4 +1,4 @@ -#![feature(io, path, fs)] +#![feature(io, path)] extern crate phf_codegen;