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.
1 parent afedaf6 commit 133549cCopy full SHA for 133549c
clippy_lints/src/doc/lazy_continuation.rs
@@ -58,7 +58,7 @@ pub(super) fn check(
58
span.shrink_to_hi(),
59
"indent this line",
60
std::iter::repeat(" ").take(indent).join(""),
61
- Applicability::MachineApplicable,
+ Applicability::MaybeIncorrect,
62
SuggestionStyle::ShowAlways,
63
);
64
diag.help("if this is supposed to be its own paragraph, add a blank line");
0 commit comments