From d85627612ef96be4eff41186db86a4bebade3adc Mon Sep 17 00:00:00 2001 From: Dylan McKay Date: Sat, 20 Jun 2020 05:59:48 +1200 Subject: [PATCH] Remove the 'panic_handler' feature from crate attributes The feature has been stabilized for quite a while now. --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 4702f30..228f2a0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,7 +4,6 @@ #![feature(const_fn)] #![feature(associated_type_defaults)] #![feature(lang_items)] -#![feature(panic_handler)] #![feature(unwind_attributes)] #![no_std]