Skip to content

Commit

Permalink
Allow unused_macro_rules in path tests
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulstrackx committed May 16, 2022
1 parent 56d540e commit 3e252a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/std/src/path/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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) => (
{
Expand Down

0 comments on commit 3e252a7

Please sign in to comment.