diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-04-29 16:24:06 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-04-30 16:47:49 +1000 |
| commit | 6341935a13b903a563d7e8678a98f9974629e5a9 (patch) | |
| tree | ffdd97cbb95f2153387d4410e0589db3f02af2b7 /compiler/rustc_session/src/lib.rs | |
| parent | 52e9a23bdcd094cab07d13156a22d2d682bc63b6 (diff) | |
| download | rust-6341935a13b903a563d7e8678a98f9974629e5a9.tar.gz rust-6341935a13b903a563d7e8678a98f9974629e5a9.zip | |
Remove `extern crate tracing` from numerous crates.
Diffstat (limited to 'compiler/rustc_session/src/lib.rs')
| -rw-r--r-- | compiler/rustc_session/src/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_session/src/lib.rs b/compiler/rustc_session/src/lib.rs index db52968e8a8..ce866906e1e 100644 --- a/compiler/rustc_session/src/lib.rs +++ b/compiler/rustc_session/src/lib.rs @@ -8,9 +8,6 @@ pub mod errors; -#[macro_use] -extern crate tracing; - pub mod utils; pub use lint::{declare_lint, declare_lint_pass, declare_tool_lint, impl_lint_pass}; pub use rustc_lint_defs as lint; |
