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_session | |
| 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_session')
| -rw-r--r-- | compiler/rustc_session/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_session/Cargo.toml b/compiler/rustc_session/Cargo.toml index 4c72920502f..571fd581d3f 100644 --- a/compiler/rustc_session/Cargo.toml +++ b/compiler/rustc_session/Cargo.toml @@ -5,7 +5,6 @@ version = "0.0.0" edition = "2018" [dependencies] -bitflags = "1.2.1" getopts = "0.2" rustc_macros = { path = "../rustc_macros" } tracing = "0.1" |
