mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 23:20:39 +00:00
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.
This commit is contained in:
commit
7ce1eeaf2a
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@ declare_clippy_lint! {
|
||||||
/// ```
|
/// ```
|
||||||
#[clippy::version = "1.82.0"]
|
#[clippy::version = "1.82.0"]
|
||||||
pub TOO_LONG_FIRST_DOC_PARAGRAPH,
|
pub TOO_LONG_FIRST_DOC_PARAGRAPH,
|
||||||
style,
|
nursery,
|
||||||
"ensure that the first line of a documentation paragraph isn't too long"
|
"ensure that the first line of a documentation paragraph isn't too long"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue