diff options
| author | Antoni Boucher <bouanto@zoho.com> | 2024-03-05 08:33:42 -0500 |
|---|---|---|
| committer | Antoni Boucher <bouanto@zoho.com> | 2024-03-05 08:33:42 -0500 |
| commit | cd75da1f2ce67cf0ee10a4189b13c321f9c6ae4e (patch) | |
| tree | 9342a1acd14ac0133cb52794f8b0095eaa2dc5dd /src/errors.rs | |
| parent | b76515708b5aab54fc69c50babc03ab92daaff08 (diff) | |
| download | rust-cd75da1f2ce67cf0ee10a4189b13c321f9c6ae4e.tar.gz rust-cd75da1f2ce67cf0ee10a4189b13c321f9c6ae4e.zip | |
Fix formatting
Diffstat (limited to 'src/errors.rs')
| -rw-r--r-- | src/errors.rs | 4 |
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; |
