Skip to content

Commit 62b65b5

Browse files
committed
Change unknown_lint applicability to MaybeIncorrect
1 parent 26c96e3 commit 62b65b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_lint/src/levels.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ impl<'s, P: LintLevelsProvider> LintLevelsBuilder<'s, P> {
960960
sp,
961961
"did you mean",
962962
suggestion,
963-
Applicability::MachineApplicable,
963+
Applicability::MaybeIncorrect,
964964
);
965965
}
966966
lint

0 commit comments

Comments
 (0)