diff options
| author | bors <bors@rust-lang.org> | 2021-07-01 03:49:47 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-07-01 03:49:47 +0000 |
| commit | 1034282bca4402b2a9d913c981002c45dc3e2425 (patch) | |
| tree | ce56e1ea4bc3262103814e4926bf595f6fa98eae /compiler/rustc_codegen_llvm | |
| parent | 866335b337964c79372cd6b1b1213f168efd311f (diff) | |
| parent | 7a9d419af978492da3c678e18db245613f1f2bed (diff) | |
| download | rust-1034282bca4402b2a9d913c981002c45dc3e2425.tar.gz rust-1034282bca4402b2a9d913c981002c45dc3e2425.zip | |
Auto merge of #86617 - joshtriplett:prune-dependencies, r=Mark-Simulacrum
Remove unused dependencies from compiler crates Various compiler crates have dependencies that they don't appear to use. I used some scripting to detect such dependencies, filtered them based on some manual review, and removed those that do indeed appear to be entirely unused.
Diffstat (limited to 'compiler/rustc_codegen_llvm')
| -rw-r--r-- | compiler/rustc_codegen_llvm/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_codegen_llvm/Cargo.toml b/compiler/rustc_codegen_llvm/Cargo.toml index d0eb6913acc..d78af9d413e 100644 --- a/compiler/rustc_codegen_llvm/Cargo.toml +++ b/compiler/rustc_codegen_llvm/Cargo.toml @@ -21,10 +21,8 @@ rustc_attr = { path = "../rustc_attr" } rustc_codegen_ssa = { path = "../rustc_codegen_ssa" } rustc_data_structures = { path = "../rustc_data_structures" } rustc_errors = { path = "../rustc_errors" } -rustc_feature = { path = "../rustc_feature" } rustc_fs_util = { path = "../rustc_fs_util" } rustc_hir = { path = "../rustc_hir" } -rustc_incremental = { path = "../rustc_incremental" } rustc_index = { path = "../rustc_index" } rustc_llvm = { path = "../rustc_llvm" } rustc_metadata = { path = "../rustc_metadata" } |
