Skip to content

Commit

Permalink
Auto merge of #131742 - flip1995:clippy-stable-backport, r=Mark-Simul…
Browse files Browse the repository at this point in the history
…acrum

[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
  • Loading branch information
bors committed Oct 15, 2024
2 parents 7bd8b07 + a365aeb commit f6e511e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/clippy/clippy_lints/src/doc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit f6e511e

Please sign in to comment.