mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +00:00
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:
parent
a95afe2d0a
commit
79081f1271
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ declare_clippy_lint! {
|
||||||
/// /// and probably spanning a many rows.
|
/// /// and probably spanning a many rows.
|
||||||
/// struct Foo {}
|
/// struct Foo {}
|
||||||
/// ```
|
/// ```
|
||||||
#[clippy::version = "1.81.0"]
|
#[clippy::version = "1.82.0"]
|
||||||
pub TOO_LONG_FIRST_DOC_PARAGRAPH,
|
pub TOO_LONG_FIRST_DOC_PARAGRAPH,
|
||||||
style,
|
style,
|
||||||
"ensure that the first line of a documentation paragraph isn't too long"
|
"ensure that the first line of a documentation paragraph isn't too long"
|
||||||
|
|
Loading…
Reference in a new issue