We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
HybridBitSet
1 parent b7ff2ae commit 4846c19Copy full SHA for 4846c19
Cargo.lock
@@ -3820,7 +3820,6 @@ dependencies = [
3820
name = "rustc_index"
3821
version = "0.0.0"
3822
dependencies = [
3823
- "arrayvec",
3824
"rustc_index_macros",
3825
"rustc_macros",
3826
"rustc_serialize",
compiler/rustc_index/Cargo.toml
@@ -5,7 +5,6 @@ edition = "2021"
5
6
[dependencies]
7
# tidy-alphabetical-start
8
-arrayvec = { version = "0.7", default-features = false }
9
rustc_index_macros = { path = "../rustc_index_macros", default-features = false }
10
rustc_macros = { path = "../rustc_macros", optional = true }
11
rustc_serialize = { path = "../rustc_serialize", optional = true }
0 commit comments