about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/lib.rs
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-08-30 09:20:26 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2024-08-30 17:14:59 +1000
commit4b3fa8e9f07071e4bc983f84f803179418352278 (patch)
tree46339ffc4c9448db911b9765a161c41666093841 /compiler/rustc_trait_selection/src/lib.rs
parentcc16c902f13c6ba0f191eb6cc151a4b5e009eace (diff)
downloadrust-4b3fa8e9f07071e4bc983f84f803179418352278.tar.gz
rust-4b3fa8e9f07071e4bc983f84f803179418352278.zip
Remove `#[macro_use] extern crate tracing` from `rustc_trait_selection`.
Diffstat (limited to 'compiler/rustc_trait_selection/src/lib.rs')
-rw-r--r--compiler/rustc_trait_selection/src/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_trait_selection/src/lib.rs b/compiler/rustc_trait_selection/src/lib.rs
index c98d6c5f1df..aea47c9e987 100644
--- a/compiler/rustc_trait_selection/src/lib.rs
+++ b/compiler/rustc_trait_selection/src/lib.rs
@@ -34,9 +34,6 @@
 #![recursion_limit = "512"] // For rustdoc
 // tidy-alphabetical-end
 
-#[macro_use]
-extern crate tracing;
-
 pub mod error_reporting;
 pub mod errors;
 pub mod infer;