fix the build
the unused macro_use crate lint has tightened; fix the new warnings
This commit is contained in:
parent
73bae6333c
commit
e6bb6db8eb
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ macro_rules! srem {
|
|||
}
|
||||
|
||||
#[cfg(test)]
|
||||
#[macro_use]
|
||||
#[cfg_attr(target_arch = "arm", macro_use)]
|
||||
extern crate quickcheck;
|
||||
|
||||
#[cfg(test)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue