about summary refs log tree commit diff
path: root/compiler/rustc_errors/src/lib.rs
diff options
context:
space:
mode:
authorMaybe Waffle <waffle.lapkin@gmail.com>2022-09-18 21:19:13 +0400
committerMaybe Waffle <waffle.lapkin@gmail.com>2022-10-01 10:03:07 +0000
commitb5b3ffe3fc9cfb524a6432ec60a0fc95c514d2e1 (patch)
tree636258c7d97ed69790ff0f059ddcd204f5f104ea /compiler/rustc_errors/src/lib.rs
parentd028db9dbd57da78fec667343571459c41562874 (diff)
downloadrust-b5b3ffe3fc9cfb524a6432ec60a0fc95c514d2e1.tar.gz
rust-b5b3ffe3fc9cfb524a6432ec60a0fc95c514d2e1.zip
Remove `LintDiagnosticBuilder`
Diffstat (limited to 'compiler/rustc_errors/src/lib.rs')
-rw-r--r--compiler/rustc_errors/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs
index c9f912fa7aa..646af7e1c6c 100644
--- a/compiler/rustc_errors/src/lib.rs
+++ b/compiler/rustc_errors/src/lib.rs
@@ -374,7 +374,7 @@ pub use diagnostic::{
     AddToDiagnostic, DecorateLint, Diagnostic, DiagnosticArg, DiagnosticArgFromDisplay,
     DiagnosticArgValue, DiagnosticId, DiagnosticStyledString, IntoDiagnosticArg, SubDiagnostic,
 };
-pub use diagnostic_builder::{DiagnosticBuilder, EmissionGuarantee, LintDiagnosticBuilder};
+pub use diagnostic_builder::{DiagnosticBuilder, EmissionGuarantee};
 use std::backtrace::Backtrace;
 
 /// A handler deals with errors and other compiler output.