Skip to content

Commit 631b568

Browse files
committed
Auto merge of #135 - rust-lang-nursery:unused-macro-use, r=japaric
fix the build the unused macro_use crate lint has tightened; fix the new warnings
2 parents 764557f + b6f059d commit 631b568

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)