Procházet zdrojové kódy

Fix panic-handler documentation

rust-lang/rust#51647 is fixed but panic-handler is still needed
Aaron Kutch před 4 roky
rodič
revize
084fbd2b0b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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]