We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee522d8 commit fbf6631Copy full SHA for fbf6631
clippy_lints/src/literal_string_with_formatting_args.rs
@@ -31,7 +31,7 @@ declare_clippy_lint! {
31
/// ```
32
#[clippy::version = "1.85.0"]
33
pub LITERAL_STRING_WITH_FORMATTING_ARGS,
34
- pedantic,
+ nursery,
35
"Checks if string literals have formatting arguments"
36
}
37
0 commit comments