Skip to content

Commit 7ce1eea

Browse files
committed
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.
2 parents f444012 + fcf4646 commit 7ce1eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/doc/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ declare_clippy_lint! {
452452
/// ```
453453
#[clippy::version = "1.82.0"]
454454
pub TOO_LONG_FIRST_DOC_PARAGRAPH,
455-
style,
455+
nursery,
456456
"ensure that the first line of a documentation paragraph isn't too long"
457457
}
458458

0 commit comments

Comments
 (0)