From 3e252a7ffc5678e56b2796262a0b3f83088373da Mon Sep 17 00:00:00 2001
From: Raoul Strackx <raoul.strackx@fortanix.com>
Date: Fri, 13 May 2022 14:08:32 +0200
Subject: [PATCH] Allow `unused_macro_rules` in path tests

---
 library/std/src/path/tests.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/library/std/src/path/tests.rs b/library/std/src/path/tests.rs
index 0d8ea29c2be..351cf698810 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) => (
         {