Change unknown_lint
applicability to MaybeIncorrect
This commit is contained in:
parent
26c96e3416
commit
62b65b5ede
1 changed files with 1 additions and 1 deletions
|
@ -960,7 +960,7 @@ impl<'s, P: LintLevelsProvider> LintLevelsBuilder<'s, P> {
|
|||
sp,
|
||||
"did you mean",
|
||||
suggestion,
|
||||
Applicability::MachineApplicable,
|
||||
Applicability::MaybeIncorrect,
|
||||
);
|
||||
}
|
||||
lint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue