Merge pull request #58 from paritytech/no-std/panic_handler-stabilized

fix(no-std rm stablized feature) : panic_handler
This commit is contained in:
Marek Kotewicz 2018-10-09 14:22:03 +02:00 committed by GitHub
commit 10db5f7e66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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]
extern crate libc;