xFrednet 2024-10-15 17:08:53 +02:00
parent f444012c4c
commit fcf46466ce
No known key found for this signature in database
GPG key ID: E126C23F63C8907A

View file

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