fix(rm stablized feature) : panic_handler

This commit is contained in:
Niklas Adofsson 2018-10-05 18:11:41 +02:00
parent f565b487c2
commit 039f7b939d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#![feature(lang_items, start, panic_handler)] #![feature(lang_items, start)]
#![no_std] #![no_std]
extern crate libc; extern crate libc;