Skip to content

Commit 3be981c

Browse files
committed
Auto merge of #121741 - GuillaumeGomez:rollup-msrsrnk, r=GuillaumeGomez
Rollup of 12 pull requests Successful merges: - #120051 (Add `display` method to `OsStr`) - #121226 (Fix issues in suggesting importing extern crate paths) - #121423 (Remove the `UntranslatableDiagnosticTrivial` lint.) - #121527 (unix_sigpipe: Simple fixes and improvements in tests) - #121572 (Add test case for primitive links in alias js) - #121661 (Changing some attributes to only_local.) - #121680 (Fix link generation for foreign macro in jump to definition feature) - #121686 (Adjust printing for RPITITs) - #121691 (handle unavailable creation time as `io::ErrorKind::Unsupported`) - #121695 (Split rustc_type_ir to avoid rustc_ast from depending on it) - #121698 (CFI: Fix typo in test file names) - #121702 (Process alias-relate obligations in CoerceUnsized loop) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 9ff9a1e + 071b58a commit 3be981c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_config/src/lib.rs

Lines changed: 0 additions & 1 deletion
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)