Skip to content

Commit

Permalink
Change unknown_lint applicability to MaybeIncorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Oct 22, 2022
1 parent 26c96e3 commit 62b65b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_lint/src/levels.rs
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ impl<'s, P: LintLevelsProvider> LintLevelsBuilder<'s, P> {
sp,
"did you mean",
suggestion,
Applicability::MachineApplicable,
Applicability::MaybeIncorrect,
);
}
lint
Expand Down

0 comments on commit 62b65b5

Please sign in to comment.