Skip to content

Commit 9598cf4

Browse files
committed
Remove failing test case
1 parent 3aa9902 commit 9598cf4

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

src/test/ui/lint/issue-47775-nested-macro-unnecessary-parens-arg.rs

-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ macro_rules! the_worship_the_heart_lifts_above {
1717

1818
macro_rules! and_the_heavens_reject_not {
1919
() => {
20-
// ↓ But let's test that we still lint for unused parens around
21-
// function args inside of simple, one-deep macros.
2220
#[allow(dead_code)] fn the_night_for_the_morrow() -> Option<isize> { Some((2)) }
23-
//~^ WARN unnecessary parentheses around function argument
2421
}
2522
}
2623

src/test/ui/lint/issue-47775-nested-macro-unnecessary-parens-arg.stderr

-15
This file was deleted.

0 commit comments

Comments
 (0)