Skip to content

Commit

Permalink
Remove uneeded feature
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Dec 6, 2014
1 parent ba09f5a commit 98dde65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phf/src/lib.rs
Expand Up @@ -4,7 +4,7 @@
//! literals, or any of the fixed-size integral types.
#![doc(html_root_url="https://sfackler.github.io/doc")]
#![warn(missing_docs)]
#![feature(macro_rules, tuple_indexing, phase, globs)]
#![feature(macro_rules, phase, globs)]
#![no_std]

#[phase(plugin, link)]
Expand Down

0 comments on commit 98dde65

Please sign in to comment.