Remove the UntranslatableDiagnosticTrivial
lint.
It's a specialized form of the `UntranslatableDiagnostic` lint that is deny-by-default. Now that `UntranslatableDiagnostic` has been changed from allow-by-default to deny-by-default, the trivial variant is no longer needed.
This commit is contained in:
parent
ef324565d0
commit
5e29e26b96
4 changed files with 1 additions and 88 deletions
|
@ -550,7 +550,6 @@ fn register_internals(store: &mut LintStore) {
|
|||
store.register_lints(&TyTyKind::get_lints());
|
||||
store.register_late_mod_pass(|_| Box::new(TyTyKind));
|
||||
store.register_lints(&Diagnostics::get_lints());
|
||||
store.register_early_pass(|| Box::new(Diagnostics));
|
||||
store.register_late_mod_pass(|_| Box::new(Diagnostics));
|
||||
store.register_lints(&BadOptAccess::get_lints());
|
||||
store.register_late_mod_pass(|_| Box::new(BadOptAccess));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue