Skip to content

Commit 3e252a7

Browse files
committed
Allow unused_macro_rules in path tests
1 parent 56d540e commit 3e252a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/std/src/path/tests.rs

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ use crate::rc::Rc;
77
use crate::sync::Arc;
88
use core::hint::black_box;
99

10+
#[allow(unknown_lints, unused_macro_rules)]
1011
macro_rules! t (
1112
($path:expr, iter: $iter:expr) => (
1213
{

0 commit comments

Comments
 (0)