mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
7c40661ddb
This pulls in https://github.com/servo/rust-smallvec/pull/282, which gives some small wins for rustc.
8 lines
151 B
TOML
8 lines
151 B
TOML
[package]
|
|
name = "rustc_arena"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
|