]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_interface/src/util.rs
Always import all tracing macros for the entire crate instead of piecemeal by module
[rust.git] / compiler / rustc_interface / src / util.rs
index e74978485a21c818e780d1d3a923593a73de7b8c..f7e70d355cf86e6ff3ad519311676536ed3a6e24 100644 (file)
@@ -1,3 +1,4 @@
+use info;
 use libloading::Library;
 use rustc_ast as ast;
 use rustc_codegen_ssa::traits::CodegenBackend;
@@ -31,7 +32,6 @@
 use std::sync::atomic::{AtomicBool, Ordering};
 use std::sync::OnceLock;
 use std::thread;
-use tracing::info;
 
 /// Function pointer type that constructs a new CodegenBackend.
 pub type MakeBackendFn = fn() -> Box<dyn CodegenBackend>;