Remove the 'panic_handler' feature from crate attributes
The feature has been stabilized for quite a while now.
This commit is contained in:
parent
15dc60d9a1
commit
d85627612e
|
@ -4,7 +4,6 @@
|
|||
#![feature(const_fn)]
|
||||
#![feature(associated_type_defaults)]
|
||||
#![feature(lang_items)]
|
||||
#![feature(panic_handler)]
|
||||
#![feature(unwind_attributes)]
|
||||
|
||||
#![no_std]
|
||||
|
|
Loading…
Reference in New Issue