diff --git a/src/main.rs b/src/main.rs index 739b1983..c65e7375 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,6 @@ #![no_std] #![cfg_attr(not(test), no_main)] +#![cfg_attr(test, allow(unused_imports))] use core::panic::PanicInfo;