Fix panic-handler documentation

rust-lang/rust#51647 is fixed but panic-handler is still needed
This commit is contained in:
Aaron Kutch 2020-12-11 14:20:51 -06:00
parent 94af8a8268
commit 1d9d761e9f

View file

@ -1,4 +1,4 @@
// Hack of a crate until rust-lang/rust#51647 is fixed
//! This is needed for tests on targets that require a `#[panic_handler]` function
#![feature(no_core)]
#![no_core]