File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
compiler/rustc_macros/src/diagnostics Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ impl<'a> DiagnosticDerive<'a> {
9292 self ,
9393 #dcx: & ' _sess rustc_errors:: DiagCtxt
9494 ) -> rustc_errors:: DiagnosticBuilder <' _sess, G > {
95- use rustc_errors:: IntoDiagnosticArg ;
9695 #implementation
9796 }
9897 }
@@ -177,7 +176,6 @@ impl<'a> LintDiagnosticDerive<'a> {
177176 self ,
178177 #diag: & ' __b mut rustc_errors:: DiagnosticBuilder <' __a, ( ) >
179178 ) {
180- use rustc_errors:: IntoDiagnosticArg ;
181179 #implementation;
182180 }
183181
Original file line number Diff line number Diff line change @@ -94,7 +94,6 @@ impl SubdiagnosticDeriveBuilder {
9494 rustc_errors:: SubdiagnosticMessage
9595 ) -> rustc_errors:: SubdiagnosticMessage ,
9696 {
97- use rustc_errors:: { Applicability , IntoDiagnosticArg } ;
9897 #implementation
9998 }
10099 }
You can’t perform that action at this time.
0 commit comments