Skip to content

Commit b6f059d

Browse files
author
Jorge Aparicio
committed
fix the build
the unused macro_use crate lint has tightened; fix the new warnings
1 parent 764557f commit b6f059d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ macro_rules! srem {
8686
}
8787

8888
#[cfg(test)]
89-
#[macro_use]
89+
#[cfg_attr(target_arch = "arm", macro_use)]
9090
extern crate quickcheck;
9191

9292
#[cfg(test)]

0 commit comments

Comments
 (0)