Explorar o código

fix the build

the unused macro_use crate lint has tightened; fix the new warnings
Jorge Aparicio %!s(int64=8) %!d(string=hai) anos
pai
achega
b6f059d627
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/lib.rs

+ 1 - 1
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)]