diff options
| author | Josh Triplett <josh@joshtriplett.org> | 2021-06-24 23:37:55 -0700 |
|---|---|---|
| committer | Josh Triplett <josh@joshtriplett.org> | 2021-06-25 01:12:59 -0700 |
| commit | 7d75cac8e649636264ee31c4b5f31237c3fecba7 (patch) | |
| tree | 829f644323dd7e563045e13a65838a419b883e46 | |
| parent | 20cedd192532a511165a4ceb867e6c7119ba27c5 (diff) | |
| download | rust-7d75cac8e649636264ee31c4b5f31237c3fecba7.tar.gz rust-7d75cac8e649636264ee31c4b5f31237c3fecba7.zip | |
rustc_parse: Remove unused dependency smallvec
Unused since commit 530a629635030c47f9d7886bb20a1959fa0198db
("Remove pretty-print/reparse hack, and add derive-specific hack").
| -rw-r--r-- | Cargo.lock | 1 | ||||
| -rw-r--r-- | compiler/rustc_parse/Cargo.toml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 3c0f1c9dc2d..0c1f372968c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4182,7 +4182,6 @@ dependencies = [ "rustc_lexer", "rustc_session", "rustc_span", - "smallvec", "tracing", "unicode-normalization", ] 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"] } |
