diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-05-22 13:16:49 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-05-23 18:02:17 +1000 |
| commit | bbe4efdb47f428d28be0efb934deff46c33de6da (patch) | |
| tree | f350fa3d78c023a37e452758c8718943ed70f988 /compiler/rustc_ty_utils/src/lib.rs | |
| parent | 5293c6adb76a62dd2ca40e739312c2b2f3947eaa (diff) | |
| download | rust-bbe4efdb47f428d28be0efb934deff46c33de6da.tar.gz rust-bbe4efdb47f428d28be0efb934deff46c33de6da.zip | |
Remove `#[macro_use] extern crate tracing` from `rustc_ty_utils`.
Diffstat (limited to 'compiler/rustc_ty_utils/src/lib.rs')
| -rw-r--r-- | compiler/rustc_ty_utils/src/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_ty_utils/src/lib.rs b/compiler/rustc_ty_utils/src/lib.rs index e8c5c54d3a0..bd89265d942 100644 --- a/compiler/rustc_ty_utils/src/lib.rs +++ b/compiler/rustc_ty_utils/src/lib.rs @@ -16,9 +16,6 @@ #![feature(let_chains)] #![feature(never_type)] -#[macro_use] -extern crate tracing; - use rustc_middle::query::Providers; mod abi; |
