From f01e15bceba34b25da33ecf2db4e8f82082b56b5 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Mon, 16 Mar 2015 19:16:03 -0700 Subject: [PATCH] Fix feature use in build script --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.rs b/build.rs index 02656064..4c0da8d7 100644 --- a/build.rs +++ b/build.rs @@ -1,4 +1,4 @@ -#![feature(io, path)] +#![feature(std_misc)] extern crate phf_codegen; use std::env;