]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_errors/src/diagnostic_builder.rs
Auto merge of #101250 - klensy:bump-deps-08-22, r=Dylan-DPC
[rust.git] / compiler / rustc_errors / src / diagnostic_builder.rs
index 61d767a1cc6b4f97d806c45b8a0d3a127ec2d59a..7e29dc207accecca9a86275ec477cb9426c2b087 100644 (file)
@@ -12,7 +12,6 @@
 use std::marker::PhantomData;
 use std::ops::{Deref, DerefMut};
 use std::thread::panicking;
-use tracing::debug;
 
 /// Used for emitting structured error messages and other diagnostic information.
 ///