From 2ee5f788d493d929b669550c144ff23aad52721b Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 7 Feb 2015 13:27:05 -0800 Subject: [PATCH] Remove unused feature --- phf_macros/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phf_macros/src/lib.rs b/phf_macros/src/lib.rs index a335f08c..c017c07a 100644 --- a/phf_macros/src/lib.rs +++ b/phf_macros/src/lib.rs @@ -2,7 +2,7 @@ //! //! See the documentation for the `phf` crate for more details. #![doc(html_root_url="http://sfackler.github.io/doc")] -#![feature(plugin_registrar, quote, rustc_private, std_misc, hash, core, env)] +#![feature(plugin_registrar, quote, rustc_private, hash, core, env)] extern crate rand; extern crate syntax;