Skip to content

Commit ee522d8

Browse files
committed
change literal_string_with_formatting_args lint to pedantic
1 parent 8d0c0eb commit ee522d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/literal_string_with_formatting_args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ declare_clippy_lint! {
3131
/// ```
3232
#[clippy::version = "1.85.0"]
3333
pub LITERAL_STRING_WITH_FORMATTING_ARGS,
34-
suspicious,
34+
pedantic,
3535
"Checks if string literals have formatting arguments"
3636
}
3737

0 commit comments

Comments
 (0)