doc_lazy_continuation: change applicability to MaybeIncorrect

This commit is contained in:
Michael Howell 2024-05-10 08:41:11 -07:00
parent afedaf6a26
commit 133549c61a

View file

@ -58,7 +58,7 @@ pub(super) fn check(
span.shrink_to_hi(),
"indent this line",
std::iter::repeat(" ").take(indent).join(""),
Applicability::MachineApplicable,
Applicability::MaybeIncorrect,
SuggestionStyle::ShowAlways,
);
diag.help("if this is supposed to be its own paragraph, add a blank line");