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(), span.shrink_to_hi(),
"indent this line", "indent this line",
std::iter::repeat(" ").take(indent).join(""), std::iter::repeat(" ").take(indent).join(""),
Applicability::MachineApplicable, Applicability::MaybeIncorrect,
SuggestionStyle::ShowAlways, SuggestionStyle::ShowAlways,
); );
diag.help("if this is supposed to be its own paragraph, add a blank line"); diag.help("if this is supposed to be its own paragraph, add a blank line");