Correct version of too_long_first_doc_paragraph

`too_long_first_doc_paragraph` is, empirically, not in the Rust 1.81.0 release.
This commit is contained in:
Kevin Reid 2024-09-05 14:30:27 -07:00 committed by GitHub
parent a95afe2d0a
commit 79081f1271
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -450,7 +450,7 @@ declare_clippy_lint! {
/// /// and probably spanning a many rows.
/// struct Foo {}
/// ```
#[clippy::version = "1.81.0"]
#[clippy::version = "1.82.0"]
pub TOO_LONG_FIRST_DOC_PARAGRAPH,
style,
"ensure that the first line of a documentation paragraph isn't too long"