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_parse | |
| 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_parse')
| -rw-r--r-- | compiler/rustc_parse/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_parse/Cargo.toml b/compiler/rustc_parse/Cargo.toml index c887729c355..60c21757194 100644 --- a/compiler/rustc_parse/Cargo.toml +++ b/compiler/rustc_parse/Cargo.toml @@ -19,4 +19,3 @@ rustc_session = { path = "../rustc_session" } rustc_span = { path = "../rustc_span" } rustc_ast = { path = "../rustc_ast" } unicode-normalization = "0.1.11" -smallvec = { version = "1.6.1", features = ["union", "may_dangle"] } |
