From 88700a2068c0901db8454119e3bcae5953d5b8a2 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 12 Jan 2015 13:59:16 -0800 Subject: [PATCH] Remove unused features --- phf/src/lib.rs | 1 - phf_mac/src/lib.rs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/phf/src/lib.rs b/phf/src/lib.rs index 046853c0..8bf2a689 100644 --- a/phf/src/lib.rs +++ b/phf/src/lib.rs @@ -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] diff --git a/phf_mac/src/lib.rs b/phf_mac/src/lib.rs index 570979ff..daea2a1e 100644 --- a/phf_mac/src/lib.rs +++ b/phf_mac/src/lib.rs @@ -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;