about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-10-15 15:12:34 +0000
committerbors <bors@rust-lang.org>2024-10-15 15:12:34 +0000
commit7ce1eeaf2ab5b0e70276170713ff4c398f6f8466 (patch)
tree332c0b57e2cc63fbeea3002b90eda22d6db8ed43
parentf444012c4cfd3caa0f9675ece0f09024c148fb2e (diff)
parentfcf46466cecf745883f34d04e34528f2f0d8fa1d (diff)
downloadrust-7ce1eeaf2ab5b0e70276170713ff4c398f6f8466.tar.gz
rust-7ce1eeaf2ab5b0e70276170713ff4c398f6f8466.zip
Auto merge of #13551 - xFrednet:12993-kindergarden, r=xFrednet
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

changelog: none

I'll update the changelog as well.
-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"
 }