Remove unused intercrate dependencies

This commit is contained in:
clubby789 2024-11-07 14:17:16 +00:00
parent fe43131683
commit b480f0f224
11 changed files with 2 additions and 24 deletions

View file

@ -1,5 +1,7 @@
// We need this feature as it changes `dylib` linking behavior and allows us to link to `rustc_driver`.
#![feature(rustc_private)]
// Several crates are depended upon but unused so that they are present in the sysroot
#![expect(unused_crate_dependencies)]
// A note about jemalloc: rustc uses jemalloc when built for CI and
// distribution. The obvious way to do this is with the `#[global_allocator]`