diff --git a/library/std/src/path/tests.rs b/library/std/src/path/tests.rs index 0d8ea29c2be75..351cf698810f1 100644 --- a/library/std/src/path/tests.rs +++ b/library/std/src/path/tests.rs @@ -7,6 +7,7 @@ use crate::rc::Rc; use crate::sync::Arc; use core::hint::black_box; +#[allow(unknown_lints, unused_macro_rules)] macro_rules! t ( ($path:expr, iter: $iter:expr) => ( {