diff options
Diffstat (limited to 'compiler/rustc_arena/Cargo.toml')
-rw-r--r-- | compiler/rustc_arena/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_arena/Cargo.toml b/compiler/rustc_arena/Cargo.toml index 5c2aee6b4..382ab2b07 100644 --- a/compiler/rustc_arena/Cargo.toml +++ b/compiler/rustc_arena/Cargo.toml @@ -4,4 +4,6 @@ version = "0.0.0" edition = "2021" [dependencies] +# tidy-alphabetical-start smallvec = { version = "1.8.1", features = ["union", "may_dangle"] } +# tidy-alphabetical-end |