mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
doc_lazy_continuation: change applicability to MaybeIncorrect
This commit is contained in:
parent
afedaf6a26
commit
133549c61a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue