about summary refs log tree commit diff
diff options
context:
space:
mode:
authoranatawa12 <anatawa12@icloud.com>2025-01-19 12:38:59 +0900
committerGitHub <noreply@github.com>2025-01-19 12:38:59 +0900
commitfbf66310c1ac3869ca4d3628191908697bbd6c96 (patch)
tree06ac7548ee69eac20ab26e96f6706587f719126d
parentee522d8d15506425911dcead1035e66eec4328a0 (diff)
downloadrust-fbf66310c1ac3869ca4d3628191908697bbd6c96.tar.gz
rust-fbf66310c1ac3869ca4d3628191908697bbd6c96.zip
chore: change to nursery instead
-rw-r--r--clippy_lints/src/literal_string_with_formatting_args.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/literal_string_with_formatting_args.rs b/clippy_lints/src/literal_string_with_formatting_args.rs
index 9365896e1a2..a957c0e22a2 100644
--- a/clippy_lints/src/literal_string_with_formatting_args.rs
+++ b/clippy_lints/src/literal_string_with_formatting_args.rs
@@ -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"
 }