Remove unused intercrate dependencies
This commit is contained in:
parent
fe43131683
commit
b480f0f224
11 changed files with 2 additions and 24 deletions
|
@ -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]`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue