We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f9c40 commit 3cb7618Copy full SHA for 3cb7618
Cargo.lock
@@ -3403,7 +3403,6 @@ dependencies = [
3403
name = "rustc_arena"
3404
version = "0.0.0"
3405
dependencies = [
3406
- "rustc_data_structures",
3407
"smallvec",
3408
]
3409
compiler/rustc_arena/Cargo.toml
@@ -4,5 +4,4 @@ version = "0.0.0"
4
edition = "2021"
5
6
[dependencies]
7
-rustc_data_structures = { path = "../rustc_data_structures" }
8
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
0 commit comments