Remove the 'panic_handler' feature from crate attributes

The feature has been stabilized for quite a while now.
This commit is contained in:
Dylan McKay 2020-06-20 05:59:48 +12:00
parent 15dc60d9a1
commit d85627612e
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
#![feature(const_fn)]
#![feature(associated_type_defaults)]
#![feature(lang_items)]
#![feature(panic_handler)]
#![feature(unwind_attributes)]
#![no_std]