Move too_long_first_doc_paragraph to nursery

(cherry picked from commit a365aebdf03872722b8c78bdeb62c43851f0c72f)
This commit is contained in:
Philipp Krones 2024-10-15 17:27:44 +02:00 committed by Josh Stone
parent a43016a6f9
commit 601863bf30

View file

@ -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"
} }