Skip to content

Commit 1b124a9

Browse files
authored
Format codes
1 parent 6f54eeb commit 1b124a9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/errors.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
use rustc_errors::{
2-
DiagCtxt, DiagnosticBuilder, EmissionGuarantee, IntoDiagnostic, Level,
3-
};
1+
use rustc_errors::{DiagCtxt, DiagnosticBuilder, EmissionGuarantee, IntoDiagnostic, Level};
42
use rustc_macros::{Diagnostic, Subdiagnostic};
53
use rustc_span::Span;
64

0 commit comments

Comments
 (0)