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 5873cb9 commit 21e9b47Copy full SHA for 21e9b47
clippy_lints/src/doc/mod.rs
@@ -430,7 +430,7 @@ declare_clippy_lint! {
430
/// Checks if the first line in the documentation of items listed in module page is too long.
431
///
432
/// ### Why is this bad?
433
- /// Documentation will show the first paragraph of the doscstring in the summary page of a
+ /// Documentation will show the first paragraph of the docstring in the summary page of a
434
/// module, so having a nice, short summary in the first paragraph is part of writing good docs.
435
436
/// ### Example
0 commit comments