doc_lazy_continuation: change applicability to MaybeIncorrect
This commit is contained in:
parent
afedaf6a26
commit
133549c61a
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user