Skip to content

Commit c734427

Browse files
committed
Auto merge of rust-lang#133431 - nnethercote:rm-HybridBitSet, r=<try>
Remove `HybridBitSet` r? `@ghost`
2 parents 28fc2ba + 0a1e447 commit c734427

File tree

12 files changed

+104
-841
lines changed

12 files changed

+104
-841
lines changed

Cargo.lock

-1
Original file line numberDiff line numberDiff line change
@@ -3820,7 +3820,6 @@ dependencies = [
38203820
name = "rustc_index"
38213821
version = "0.0.0"
38223822
dependencies = [
3823-
"arrayvec",
38243823
"rustc_index_macros",
38253824
"rustc_macros",
38263825
"rustc_serialize",

compiler/rustc_index/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ edition = "2021"
55

66
[dependencies]
77
# tidy-alphabetical-start
8-
arrayvec = { version = "0.7", default-features = false }
98
rustc_index_macros = { path = "../rustc_index_macros", default-features = false }
109
rustc_macros = { path = "../rustc_macros", optional = true }
1110
rustc_serialize = { path = "../rustc_serialize", optional = true }

0 commit comments

Comments
 (0)