Fix typo in code example

Closes #470
This commit is contained in:
Philipp Oppermann
2018-10-07 15:26:53 +02:00
committed by GitHub
parent 6f48a17ba4
commit 23e35b8d9b

View File

@@ -343,7 +343,7 @@ pub extern "C" fn _start() -> ! {
}
#[cfg(not(test))]
#[panic_handle]
#[panic_handler]
fn panic(_info: &PanicInfo) -> ! {
loop {}
}