Skip to content

Commit 7a7224e

Browse files
committed
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.
1 parent 7be6e21 commit 7a7224e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_config/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
clippy::missing_panics_doc,
77
rustc::diagnostic_outside_of_impl,
88
rustc::untranslatable_diagnostic,
9-
rustc::untranslatable_diagnostic_trivial
109
)]
1110

1211
extern crate rustc_ast;

0 commit comments

Comments
 (0)