Skip to content

Commit fbf6631

Browse files
authored
chore: change to nursery instead
1 parent ee522d8 commit fbf6631

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-
pedantic,
34+
nursery,
3535
"Checks if string literals have formatting arguments"
3636
}
3737

0 commit comments

Comments
 (0)