Skip to content

Commit d0d6dcb

Browse files
AaronKutchdmakarov
authored andcommitted
Fix panic-handler documentation
rust-lang/rust#51647 is fixed but panic-handler is still needed
1 parent f066f12 commit d0d6dcb

File tree

1 file changed

+1
-1
lines changed
  • crates/panic-handler/src

1 file changed

+1
-1
lines changed

crates/panic-handler/src/lib.rs

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

0 commit comments

Comments
 (0)