Remove architecture checks in libtock-rs
diff --git a/src/lib.rs b/src/lib.rs index f45768d..152e223 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -1,4 +1,4 @@ -#![cfg_attr(any(target_arch = "arm", target_arch = "riscv32"), no_std)] +#![cfg_attr(not(test), no_std)] pub mod adc; pub mod ble_composer;