Skip to content

Commit

Permalink
Revert to MachineApplicable
Browse files Browse the repository at this point in the history
  • Loading branch information
trevyn committed Feb 6, 2024
1 parent 8d31a53 commit a35ef99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_hir_analysis/src/astconv/lint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ impl<'o, 'tcx> dyn AstConv<'tcx> + 'o {
lint.multipart_suggestion_verbose(
"if this is an object-safe trait, use `dyn`",
sugg,
Applicability::MaybeIncorrect,
Applicability::MachineApplicable,
);
}
self.maybe_lint_blanket_trait_impl(self_ty, lint);
Expand Down

0 comments on commit a35ef99

Please sign in to comment.