Skip to content

Commit

Permalink
Remove unused feature
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Feb 7, 2015
1 parent 9b9c009 commit 2ee5f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phf_macros/src/lib.rs
Expand Up @@ -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;
Expand Down

0 comments on commit 2ee5f78

Please sign in to comment.