Skip to content

Commit 7d7b298

Browse files
committed
Auto merge of rust-lang#13352 - kpreid:patch-1, r=xFrednet
Correct version of `too_long_first_doc_paragraph` `too_long_first_doc_paragraph` is, empirically, not in the Rust 1.81.0 release. changelog: [`too_long_first_doc_paragraph`]: correct Rust version number in documentation.
2 parents 9e9042a + 79081f1 commit 7d7b298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: clippy_lints/src/doc/mod.rs

+1-1
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)