Skip to content

Commit 7d75cac

Browse files
committed
rustc_parse: Remove unused dependency smallvec
Unused since commit 530a629 ("Remove pretty-print/reparse hack, and add derive-specific hack").
1 parent 20cedd1 commit 7d75cac

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.lock

-1
Original file line numberDiff line numberDiff line change
@@ -4182,7 +4182,6 @@ dependencies = [
41824182
"rustc_lexer",
41834183
"rustc_session",
41844184
"rustc_span",
4185-
"smallvec",
41864185
"tracing",
41874186
"unicode-normalization",
41884187
]

compiler/rustc_parse/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ rustc_session = { path = "../rustc_session" }
1919
rustc_span = { path = "../rustc_span" }
2020
rustc_ast = { path = "../rustc_ast" }
2121
unicode-normalization = "0.1.11"
22-
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }

0 commit comments

Comments
 (0)