1
Fork 0

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:
bors 2022-06-29 09:11:29 +00:00
commit 66c83ffca1
32 changed files with 34 additions and 34 deletions

View file

@ -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"] }