Remove unneeded feature

This commit is contained in:
Steven Fackler
2015-03-08 09:47:12 -07:00
parent f5b0378237
commit 62fd28fbe0

View File

@@ -1,4 +1,4 @@
#![feature(io, path, fs)]
#![feature(io, path)]
extern crate phf_codegen;
use std::env;