Skip to content

Commit

Permalink
Remove the UntranslatableDiagnosticTrivial lint.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nnethercote committed Feb 27, 2024
1 parent 7be6e21 commit 7a7224e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clippy_config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
clippy::missing_panics_doc,
rustc::diagnostic_outside_of_impl,
rustc::untranslatable_diagnostic,
rustc::untranslatable_diagnostic_trivial
)]

extern crate rustc_ast;
Expand Down

0 comments on commit 7a7224e

Please sign in to comment.