Allow unused_macro_rules
in path tests
This commit is contained in:
parent
56d540e057
commit
3e252a7ffc
@ -7,6 +7,7 @@
|
||||
use crate::sync::Arc;
|
||||
use core::hint::black_box;
|
||||
|
||||
#[allow(unknown_lints, unused_macro_rules)]
|
||||
macro_rules! t (
|
||||
($path:expr, iter: $iter:expr) => (
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user