Remove usage of panic_update_hook feature gate

This commit is contained in:
bjorn3
2022-03-25 16:12:21 +01:00
parent e85722946a
commit 681ea25b20
2 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,6 @@
#![feature(restricted_std)]
#![feature(rustc_attrs)]
#![feature(min_specialization)]
#![feature(panic_update_hook)]
#![recursion_limit = "256"]
#[unstable(feature = "proc_macro_internals", issue = "27812")]