Fix panic-handler documentation
rust-lang/rust#51647 is fixed but panic-handler is still needed
This commit is contained in:
parent
94af8a8268
commit
1d9d761e9f
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue