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
master
bors 2017-01-27 01:23:36 +00:00
commit 631b5687b2
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ macro_rules! srem {
}
#[cfg(test)]
#[macro_use]
#[cfg_attr(target_arch = "arm", macro_use)]
extern crate quickcheck;
#[cfg(test)]