From b6f059d627ab96779975e374d1fe0b9049716900 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 26 Jan 2017 16:17:23 -0500 Subject: [PATCH] fix the build the unused macro_use crate lint has tightened; fix the new warnings --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index b104def..04bf2d0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -86,7 +86,7 @@ macro_rules! srem { } #[cfg(test)] -#[macro_use] +#[cfg_attr(target_arch = "arm", macro_use)] extern crate quickcheck; #[cfg(test)]