소스 검색

Fix panic-handler documentation

rust-lang/rust#51647 is fixed but panic-handler is still needed
Aaron Kutch 4 년 전
부모
커밋
084fbd2b0b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      crates/panic-handler/src/lib.rs

+ 1 - 1
crates/panic-handler/src/lib.rs

@@ -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]