about summary refs log tree commit diff
diff options
context:
space:
mode:
authorxFrednet <xFrednet@gmail.com>2024-10-15 17:08:53 +0200
committerxFrednet <xFrednet@gmail.com>2024-10-15 17:08:53 +0200
commitfcf46466cecf745883f34d04e34528f2f0d8fa1d (patch)
tree332c0b57e2cc63fbeea3002b90eda22d6db8ed43
parentf444012c4cfd3caa0f9675ece0f09024c148fb2e (diff)
downloadrust-fcf46466cecf745883f34d04e34528f2f0d8fa1d.tar.gz
rust-fcf46466cecf745883f34d04e34528f2f0d8fa1d.zip
Move `too_long_first_doc_paragraph` to nursery
See: https://rust-lang.zulipchat.com/#narrow/stream/257328-clippy/topic/too_long_first_doc_paragraph.20to.20nursery.3F/near/476448239
-rw-r--r--clippy_lints/src/doc/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/doc/mod.rs b/clippy_lints/src/doc/mod.rs
index e090644ae44..89c6a4e08dc 100644
--- a/clippy_lints/src/doc/mod.rs
+++ b/clippy_lints/src/doc/mod.rs
@@ -452,7 +452,7 @@ declare_clippy_lint! {
     /// ```
     #[clippy::version = "1.82.0"]
     pub TOO_LONG_FIRST_DOC_PARAGRAPH,
-    style,
+    nursery,
     "ensure that the first line of a documentation paragraph isn't too long"
 }