diff options
| author | Raoul Strackx <raoul.strackx@fortanix.com> | 2022-05-13 14:08:32 +0200 |
|---|---|---|
| committer | Raoul Strackx <raoul.strackx@fortanix.com> | 2022-05-16 08:55:05 +0200 |
| commit | 3e252a7ffc5678e56b2796262a0b3f83088373da (patch) | |
| tree | 31fd512562c5e8b4b8ba70e992cfdd6521b6c798 /library/std/src/path | |
| parent | 56d540e0571ac1b0633ce10644224c495aaf42a0 (diff) | |
| download | rust-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.rs | 1 |
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) => ( { |
