Ignore panic_fmt lint in macro-comma-behavior-rpass ui test.
This commit is contained in:
parent
9a840a30d6
commit
0a9330c7ef
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ fn writeln_1arg() {
|
|||
//
|
||||
// (Example: Issue #48042)
|
||||
#[test]
|
||||
#[allow(panic_fmt)]
|
||||
fn to_format_or_not_to_format() {
|
||||
// ("{}" is the easiest string to test because if this gets
|
||||
// sent to format_args!, it'll simply fail to compile.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue