Update smallvec to 1.8.1.
This pulls in https://github.com/servo/rust-smallvec/pull/282, which gives some small wins for rustc.
This commit is contained in:
@@ -8,7 +8,7 @@ doctest = false
|
||||
|
||||
[dependencies]
|
||||
itertools = "0.10.1"
|
||||
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
|
||||
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
|
||||
tracing = "0.1"
|
||||
rustc_ast = { path = "../rustc_ast" }
|
||||
rustc_attr = { path = "../rustc_attr" }
|
||||
|
||||
Reference in New Issue
Block a user