浏览代码

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]