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;