about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/mod.rs
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>2024-04-29 18:03:23 +0100
committerGitHub <noreply@github.com>2024-04-29 18:03:23 +0100
commit3151ad54fb748e0ab750d6e6f94b24d24a694556 (patch)
treef8f534ec628974846e23c0b2505cde5aa4964a46 /compiler/rustc_mir_transform/src/coverage/mod.rs
parent4355749b16deffafcfcc20d4a6e12739200f5cb8 (diff)
parent8aa3c5975253c5795e2f20e200f6d45b0e18de7f (diff)
downloadrust-3151ad54fb748e0ab750d6e6f94b24d24a694556.tar.gz
rust-3151ad54fb748e0ab750d6e6f94b24d24a694556.zip
Rollup merge of #124475 - GKFX:more-dependency-pruning, r=oli-obk
Remove direct dependencies on lazy_static, once_cell and byteorder

The relevant functionality of all three crates is now available and stable in the standard library, i.e. `std::sync::OnceLock` and `{integer}::to_le_bytes`. I think waiting for `LazyLock` (#109736) would give marginally more concise code, but not by much.
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/mod.rs')
0 files changed, 0 insertions, 0 deletions