Skip to content

Commit

Permalink
Remove unused features
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jan 12, 2015
1 parent 5135f02 commit 88700a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion phf/src/lib.rs
Expand Up @@ -5,7 +5,6 @@
#![doc(html_root_url="https://sfackler.github.io/doc")]
#![warn(missing_docs)]
#![allow(unstable)]
#![feature(old_orphan_check)]
#![no_std]

#[macro_use]
Expand Down
2 changes: 1 addition & 1 deletion phf_mac/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, old_orphan_check)]
#![feature(plugin_registrar, quote)]
#![allow(unknown_features, unstable)]

extern crate rand;
Expand Down

0 comments on commit 88700a2

Please sign in to comment.