Remove unknown feature

master
Alex Crichton 2018-11-21 11:07:07 -08:00
parent 2da5d40e84
commit 02bcce860b
1 changed files with 0 additions and 1 deletions

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;