Auto merge of #131742 - flip1995:clippy-stable-backport, r=Mark-Simulacrum

[stable] Clippy: Move `too_long_first_doc_paragraph` to `nursery`

r? `@cuviper`

See: https://rust-lang.zulipchat.com/#narrow/stream/257328-clippy/topic/too_long_first_doc_paragraph.20to.20nursery.3F/near/476448239
This commit is contained in:
bors 2024-10-15 17:22:50 +00:00
commit f6e511eec7

View File

@ -451,7 +451,7 @@ declare_clippy_lint! {
/// ```
#[clippy::version = "1.81.0"]
pub TOO_LONG_FIRST_DOC_PARAGRAPH,
style,
nursery,
"ensure that the first line of a documentation paragraph isn't too long"
}