mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
change literal_string_with_formatting_args lint category to nursery (#14014)
This PR changes literal_string_with_formatting_args category from `suspicious` to `nursery` since there are thousands of false positive on GitHub. Closes #13989 since it's no longer problematic with such false positive with ~~`pedantic`~~ `nursery` category. changelog: [`literal_string_with_formatting_args` ] change category to `nursery` from `suspicious`
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
/// ```
|
||||
#[clippy::version = "1.85.0"]
|
||||
pub LITERAL_STRING_WITH_FORMATTING_ARGS,
|
||||
suspicious,
|
||||
nursery,
|
||||
"Checks if string literals have formatting arguments"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user