Fix feature use in build script

This commit is contained in:
Steven Fackler
2015-03-16 19:16:03 -07:00
parent 39cd2a09be
commit f01e15bceb

View File

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