Remove old features

This commit is contained in:
Philipp Oppermann
2015-12-20 15:40:43 +01:00
parent dced423588
commit 14166b3a35

View File

@@ -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;