We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
too_long_first_doc_paragraph
1 parent a95afe2 commit 79081f1Copy full SHA for 79081f1
clippy_lints/src/doc/mod.rs
@@ -450,7 +450,7 @@ declare_clippy_lint! {
450
/// /// and probably spanning a many rows.
451
/// struct Foo {}
452
/// ```
453
- #[clippy::version = "1.81.0"]
+ #[clippy::version = "1.82.0"]
454
pub TOO_LONG_FIRST_DOC_PARAGRAPH,
455
style,
456
"ensure that the first line of a documentation paragraph isn't too long"
0 commit comments