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_middle | |
| 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_middle')
| -rw-r--r-- | compiler/rustc_middle/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_middle/Cargo.toml b/compiler/rustc_middle/Cargo.toml index 8cb30e72f79..90ad0256aeb 100644 --- a/compiler/rustc_middle/Cargo.toml +++ b/compiler/rustc_middle/Cargo.toml @@ -28,6 +28,5 @@ rustc_ast = { path = "../rustc_ast" } rustc_span = { path = "../rustc_span" } chalk-ir = "0.55.0" smallvec = { version = "1.6.1", features = ["union", "may_dangle"] } -measureme = "9.1.0" rustc_session = { path = "../rustc_session" } rustc_type_ir = { path = "../rustc_type_ir" } |
