From 68148e1b86d147dc761ea59e377681d263f8a2e3 Mon Sep 17 00:00:00 2001 From: NikVolf Date: Mon, 21 Sep 2020 10:57:15 +0300 Subject: [PATCH] fix warning --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 308973b..cd0d60f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,6 @@ #![no_std] -#[macro_use] +#[cfg_attr(test, macro_use)] extern crate alloc; extern crate byteorder; #[macro_use]