X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_typeck%2Fstructured_errors.rs;h=99b7b2001a9e9a29812a2ecf8ec6d3ec7da509c2;hb=1605276cc2ff3319a7f360b389be1a53d0d5751c;hp=068814723f52d758e6a578062a5e6887f90c5db1;hpb=7d3fa2963321dcc9f6402f325e5daf92fbb9d5a8;p=rust.git diff --git a/src/librustc_typeck/structured_errors.rs b/src/librustc_typeck/structured_errors.rs index 068814723f5..99b7b2001a9 100644 --- a/src/librustc_typeck/structured_errors.rs +++ b/src/librustc_typeck/structured_errors.rs @@ -3,8 +3,6 @@ use rustc_errors::{Applicability, DiagnosticBuilder, DiagnosticId}; use rustc_span::Span; -use rustc_error_codes::*; - pub trait StructuredDiagnostic<'tcx> { fn session(&self) -> &Session;