Ignore panic_fmt lint in macro-comma-behavior-rpass ui test.

This commit is contained in:
Mara Bos 2020-10-19 00:25:17 +02:00
parent 9a840a30d6
commit 0a9330c7ef

View File

@ -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.