Auto merge of #98558 - nnethercote:smallvec-1.8.1, r=lqd
Update `smallvec` to 1.8.1. This pulls in https://github.com/servo/rust-smallvec/pull/282, which gives some small wins for rustc. r? `@lqd`
This commit is contained in:
commit
66c83ffca1
32 changed files with 34 additions and 34 deletions
|
@ -23,4 +23,4 @@ rustc_query_system = { path = "../rustc_query_system" }
|
|||
rustc_session = { path = "../rustc_session" }
|
||||
rustc_span = { path = "../rustc_span" }
|
||||
rustc_target = { path = "../rustc_target" }
|
||||
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
|
||||
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue