Remove #![feature(panic_handler)] (#844)

This commit is contained in:
Sergey Pepyakin
2018-09-29 18:56:20 +01:00
committed by Gav Wood
parent f4eb08dae5
commit 68b6fd1ebd
4 changed files with 0 additions and 4 deletions
-1
View File
@@ -1,5 +1,4 @@
#![no_std]
#![feature(panic_handler)]
#![cfg_attr(feature = "strict", deny(warnings))]
#![feature(alloc)]