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:
Nicholas Nethercote 2024-02-05 16:27:53 +11:00
parent 7be6e2178e
commit 7a7224ee33

View file

@ -6,7 +6,6 @@
clippy::missing_panics_doc,
rustc::diagnostic_outside_of_impl,
rustc::untranslatable_diagnostic,
rustc::untranslatable_diagnostic_trivial
)]
extern crate rustc_ast;