diff --git a/src/main.rs b/src/main.rs index c65e7375..319b9942 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,4 @@ -#![no_std] +#![cfg_attr(not(test), no_std)] #![cfg_attr(not(test), no_main)] #![cfg_attr(test, allow(unused_imports))]