Skip to content

Commit

Permalink
Drop all rust features
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Mar 6, 2016
1 parent 8105ae8 commit 888f623
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion phf/src/lib.rs
Expand Up @@ -5,7 +5,6 @@
//! the documentation of those crates for more details.
#![doc(html_root_url="https://sfackler.github.io/rust-phf/doc/v0.7.13")]
#![warn(missing_docs)]
#![cfg_attr(feature = "core", feature(no_std, core_slice_ext))]
#![cfg_attr(feature = "core", no_std)]

#[cfg(not(feature = "core"))]
Expand Down
1 change: 0 additions & 1 deletion phf_shared/src/lib.rs
@@ -1,5 +1,4 @@
#![doc(html_root_url="http://sfackler.github.io/rust-phf/doc/v0.7.13")]
#![cfg_attr(feature = "core", feature(no_std, core_slice_ext, core_str_ext))]
#![cfg_attr(feature = "core", no_std)]
#[cfg(not(feature = "core"))]
extern crate std as core;
Expand Down

0 comments on commit 888f623

Please sign in to comment.