about summary refs log tree commit diff
path: root/compiler/rustc_infer/src/lib.rs
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-08-30 08:35:03 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2024-08-30 10:01:35 +1000
commit04a07dc31418f7dd9827183fd090cfec75dd4d51 (patch)
tree3cfa84c10b45d98d1d96ac291c750911cb001c3b /compiler/rustc_infer/src/lib.rs
parented5161c5ac239d14c8bc638e3673550f48882a23 (diff)
downloadrust-04a07dc31418f7dd9827183fd090cfec75dd4d51.tar.gz
rust-04a07dc31418f7dd9827183fd090cfec75dd4d51.zip
Remove `#[macro_use] extern crate tracing` from `rustc_infer`.
Diffstat (limited to 'compiler/rustc_infer/src/lib.rs')
-rw-r--r--compiler/rustc_infer/src/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_infer/src/lib.rs b/compiler/rustc_infer/src/lib.rs
index 94aa2ddd92f..051bba58518 100644
--- a/compiler/rustc_infer/src/lib.rs
+++ b/compiler/rustc_infer/src/lib.rs
@@ -31,9 +31,6 @@
 #![warn(unreachable_pub)]
 // tidy-alphabetical-end
 
-#[macro_use]
-extern crate tracing;
-
 mod errors;
 pub mod infer;
 pub mod traits;