diff options
| author | bors <bors@rust-lang.org> | 2022-09-01 16:25:32 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-09-01 16:25:32 +0000 |
| commit | 9af618b62e91b45d61f41548f24ba60b834e362b (patch) | |
| tree | 8734c2141aa7caa1a5b7628b285f0d80bb40086e /compiler/rustc_interface/src/util.rs | |
| parent | fb888117da6cb3bdae352bafbdb2dc8e2b78a271 (diff) | |
| parent | 3f1f694ca5845131782d69f0598b0f6e5b3ae3d5 (diff) | |
| download | rust-9af618b62e91b45d61f41548f24ba60b834e362b.tar.gz rust-9af618b62e91b45d61f41548f24ba60b834e362b.zip | |
Auto merge of #101239 - oli-obk:tracing_cleanup, r=estebank
Tracing cleanup r? `@ghost`
Diffstat (limited to 'compiler/rustc_interface/src/util.rs')
| -rw-r--r-- | compiler/rustc_interface/src/util.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/util.rs b/compiler/rustc_interface/src/util.rs index e74978485a2..f7e70d355cf 100644 --- a/compiler/rustc_interface/src/util.rs +++ b/compiler/rustc_interface/src/util.rs @@ -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::path::{Path, PathBuf}; 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>; |
