change literal_string_with_formatting_args lint to pedantic

This commit is contained in:
anatawa12 2025-01-17 15:37:48 +09:00
parent 8d0c0eb917
commit ee522d8d15
No known key found for this signature in database
GPG key ID: 9CA909848B8E4EA6

View file

@ -31,7 +31,7 @@ declare_clippy_lint! {
/// ```
#[clippy::version = "1.85.0"]
pub LITERAL_STRING_WITH_FORMATTING_ARGS,
suspicious,
pedantic,
"Checks if string literals have formatting arguments"
}