Skip to content

Commit

Permalink
Fix feature name
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jan 3, 2019
1 parent 588fd1a commit e3a7442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phf/src/lib.rs
Expand Up @@ -14,7 +14,7 @@ extern crate phf_shared;
#[cfg(feature = "macros")]
extern crate phf_macros;

#[cfg(feature = "phf_macros")]
#[cfg(feature = "macros")]
pub use phf_macros::*;

use core::ops::Deref;
Expand Down

0 comments on commit e3a7442

Please sign in to comment.