We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f54eeb commit 1b124a9Copy full SHA for 1b124a9
src/errors.rs
@@ -1,6 +1,4 @@
1
-use rustc_errors::{
2
- DiagCtxt, DiagnosticBuilder, EmissionGuarantee, IntoDiagnostic, Level,
3
-};
+use rustc_errors::{DiagCtxt, DiagnosticBuilder, EmissionGuarantee, IntoDiagnostic, Level};
4
use rustc_macros::{Diagnostic, Subdiagnostic};
5
use rustc_span::Span;
6
0 commit comments