Skip to content

Commit

Permalink
Fix core feature build
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Oct 24, 2015
1 parent fd71c31 commit 751c94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phf/src/lib.rs
Expand Up @@ -5,7 +5,7 @@
//! the documentation of those crates for more details.
#![doc(html_root_url="https://sfackler.github.io/rust-phf/doc/v0.7.5")]
#![warn(missing_docs)]
#![cfg_attr(feature = "core", feature(no_std))]
#![cfg_attr(feature = "core", feature(no_std, core_slice_ext))]
#![cfg_attr(feature = "core", no_std)]

#[cfg(not(feature = "core"))]
Expand Down

0 comments on commit 751c94b

Please sign in to comment.