about summary refs log tree commit diff
path: root/library/std/src/path
diff options
context:
space:
mode:
authorRaoul Strackx <raoul.strackx@fortanix.com>2022-05-13 14:08:32 +0200
committerRaoul Strackx <raoul.strackx@fortanix.com>2022-05-16 08:55:05 +0200
commit3e252a7ffc5678e56b2796262a0b3f83088373da (patch)
tree31fd512562c5e8b4b8ba70e992cfdd6521b6c798 /library/std/src/path
parent56d540e0571ac1b0633ce10644224c495aaf42a0 (diff)
downloadrust-3e252a7ffc5678e56b2796262a0b3f83088373da.tar.gz
rust-3e252a7ffc5678e56b2796262a0b3f83088373da.zip
Allow `unused_macro_rules` in path tests
Diffstat (limited to 'library/std/src/path')
-rw-r--r--library/std/src/path/tests.rs1
1 files changed, 1 insertions, 0 deletions
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) => (
         {