about summary refs log tree commit diff
path: root/src/errors.rs
diff options
context:
space:
mode:
authorAntoni Boucher <bouanto@zoho.com>2024-03-05 08:33:42 -0500
committerAntoni Boucher <bouanto@zoho.com>2024-03-05 08:33:42 -0500
commitcd75da1f2ce67cf0ee10a4189b13c321f9c6ae4e (patch)
tree9342a1acd14ac0133cb52794f8b0095eaa2dc5dd /src/errors.rs
parentb76515708b5aab54fc69c50babc03ab92daaff08 (diff)
downloadrust-cd75da1f2ce67cf0ee10a4189b13c321f9c6ae4e.tar.gz
rust-cd75da1f2ce67cf0ee10a4189b13c321f9c6ae4e.zip
Fix formatting
Diffstat (limited to 'src/errors.rs')
-rw-r--r--src/errors.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/errors.rs b/src/errors.rs
index 1d3e09d3f9c..f963a153fba 100644
--- a/src/errors.rs
+++ b/src/errors.rs
@@ -1,6 +1,4 @@
-use rustc_errors::{
-    DiagCtxt, Diag, EmissionGuarantee, IntoDiagnostic, Level,
-};
+use rustc_errors::{Diag, DiagCtxt, EmissionGuarantee, IntoDiagnostic, Level};
 use rustc_macros::{Diagnostic, Subdiagnostic};
 use rustc_span::Span;