Skip to content

Commit 4846c19

Browse files
committed
Remove HybridBitSet.
It's no longer used.
1 parent b7ff2ae commit 4846c19

File tree

4 files changed

+3
-693
lines changed

4 files changed

+3
-693
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)