Skip to content

Commit

Permalink
Correct version of too_long_first_doc_paragraph
Browse files Browse the repository at this point in the history
`too_long_first_doc_paragraph` is, empirically, not in the Rust 1.81.0 release.
  • Loading branch information
kpreid authored Sep 5, 2024
1 parent a95afe2 commit 79081f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/doc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 79081f1

Please sign in to comment.