Skip to content

Commit 79081f1

Browse files
authored
Correct version of too_long_first_doc_paragraph
`too_long_first_doc_paragraph` is, empirically, not in the Rust 1.81.0 release.
1 parent a95afe2 commit 79081f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/doc/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ declare_clippy_lint! {
450450
/// /// and probably spanning a many rows.
451451
/// struct Foo {}
452452
/// ```
453-
#[clippy::version = "1.81.0"]
453+
#[clippy::version = "1.82.0"]
454454
pub TOO_LONG_FIRST_DOC_PARAGRAPH,
455455
style,
456456
"ensure that the first line of a documentation paragraph isn't too long"

0 commit comments

Comments
 (0)