We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 764557f + b6f059d commit 631b568Copy full SHA for 631b568
src/lib.rs
@@ -86,7 +86,7 @@ macro_rules! srem {
86
}
87
88
#[cfg(test)]
89
-#[macro_use]
+#[cfg_attr(target_arch = "arm", macro_use)]
90
extern crate quickcheck;
91
92
0 commit comments