fix: get rid of linter warning

This commit is contained in:
Quinn
2025-04-08 17:28:31 +02:00
committed by Quinn
parent 85bb26a08c
commit 35f38f8980

View File

@@ -1,5 +1,6 @@
#![no_std] #![cfg_attr(not(test), no_std)]
#[cfg(not(test))]
#[panic_handler] #[panic_handler]
fn panic(_info: &core::panic::PanicInfo) -> ! { fn panic(_info: &core::panic::PanicInfo) -> ! {
loop {} loop {}