chore: change to nursery instead

This commit is contained in:
anatawa12 2025-01-19 12:38:59 +09:00 committed by GitHub
parent ee522d8d15
commit fbf66310c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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