Remove unknown feature

This commit is contained in:
Alex Crichton 2018-11-21 11:07:07 -08:00
parent 1af471e00b
commit e367858b0e

View file

@ -11,7 +11,6 @@
#![feature(lang_items)]
#![feature(start)]
#![feature(allocator_api)]
#![cfg_attr(windows, feature(panic_unwind))]
#![no_std]
extern crate panic_handler;