change literal_string_with_formatting_args lint to pedantic
This commit is contained in:
parent
8d0c0eb917
commit
ee522d8d15
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue