Skip to content

Commit 0a9330c

Browse files
committed
Ignore panic_fmt lint in macro-comma-behavior-rpass ui test.
1 parent 9a840a3 commit 0a9330c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/ui/macros/macro-comma-behavior-rpass.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ fn writeln_1arg() {
5757
//
5858
// (Example: Issue #48042)
5959
#[test]
60+
#[allow(panic_fmt)]
6061
fn to_format_or_not_to_format() {
6162
// ("{}" is the easiest string to test because if this gets
6263
// sent to format_args!, it'll simply fail to compile.

0 commit comments

Comments
 (0)