Skip to content

Commit 133549c

Browse files
committed
doc_lazy_continuation: change applicability to MaybeIncorrect
1 parent afedaf6 commit 133549c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/doc/lazy_continuation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pub(super) fn check(
5858
span.shrink_to_hi(),
5959
"indent this line",
6060
std::iter::repeat(" ").take(indent).join(""),
61-
Applicability::MachineApplicable,
61+
Applicability::MaybeIncorrect,
6262
SuggestionStyle::ShowAlways,
6363
);
6464
diag.help("if this is supposed to be its own paragraph, add a blank line");

0 commit comments

Comments
 (0)