about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/lib.rs
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-08-30 09:02:58 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2024-08-30 17:14:59 +1000
commitcc16c902f13c6ba0f191eb6cc151a4b5e009eace (patch)
treef376ef891b734490d7e64941564953ea29263efa /compiler/rustc_hir_analysis/src/lib.rs
parent67556eca99e044370a6ec85e1610c2e090ee7401 (diff)
downloadrust-cc16c902f13c6ba0f191eb6cc151a4b5e009eace.tar.gz
rust-cc16c902f13c6ba0f191eb6cc151a4b5e009eace.zip
Remove `#[macro_use] extern crate tracing` from `rustc_hir_analysis`.
Diffstat (limited to 'compiler/rustc_hir_analysis/src/lib.rs')
-rw-r--r--compiler/rustc_hir_analysis/src/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_hir_analysis/src/lib.rs b/compiler/rustc_hir_analysis/src/lib.rs
index 891e4fcd019..1481a4dd141 100644
--- a/compiler/rustc_hir_analysis/src/lib.rs
+++ b/compiler/rustc_hir_analysis/src/lib.rs
@@ -75,9 +75,6 @@ This API is completely unstable and subject to change.
 #![warn(unreachable_pub)]
 // tidy-alphabetical-end
 
-#[macro_use]
-extern crate tracing;
-
 // These are used by Clippy.
 pub mod check;