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_query_system/src/query | |
| parent | 52e9a23bdcd094cab07d13156a22d2d682bc63b6 (diff) | |
| download | rust-6341935a13b903a563d7e8678a98f9974629e5a9.tar.gz rust-6341935a13b903a563d7e8678a98f9974629e5a9.zip | |
Remove `extern crate tracing` from numerous crates.
Diffstat (limited to 'compiler/rustc_query_system/src/query')
| -rw-r--r-- | compiler/rustc_query_system/src/query/plumbing.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_query_system/src/query/plumbing.rs b/compiler/rustc_query_system/src/query/plumbing.rs index 3d9848395a2..d37d5bce9cc 100644 --- a/compiler/rustc_query_system/src/query/plumbing.rs +++ b/compiler/rustc_query_system/src/query/plumbing.rs @@ -27,6 +27,7 @@ use std::fmt::Debug; use std::hash::Hash; use std::mem; use thin_vec::ThinVec; +use tracing::instrument; use super::QueryConfig; |
