From 14166b3a354d1fd9392d882c06716c6a9badc2ba Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 20 Dec 2015 15:40:43 +0100 Subject: [PATCH] Remove old features --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 9d63c01c..d1584390 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -13,7 +13,7 @@ // limitations under the License. #![feature(lang_items)] -#![feature(const_fn, unique, core_str_ext, iter_cmp)] +#![feature(const_fn, unique)] #![no_std] extern crate rlibc;