Skip to content

Commit

Permalink
Remove HybridBitSet.
Browse files Browse the repository at this point in the history
It's no longer used.
  • Loading branch information
nnethercote committed Nov 29, 2024
1 parent b7ff2ae commit 4846c19
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 693 deletions.
1 change: 0 additions & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3820,7 +3820,6 @@ dependencies = [
name = "rustc_index"
version = "0.0.0"
dependencies = [
"arrayvec",
"rustc_index_macros",
"rustc_macros",
"rustc_serialize",
Expand Down
1 change: 0 additions & 1 deletion compiler/rustc_index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ edition = "2021"

[dependencies]
# tidy-alphabetical-start
arrayvec = { version = "0.7", default-features = false }
rustc_index_macros = { path = "../rustc_index_macros", default-features = false }
rustc_macros = { path = "../rustc_macros", optional = true }
rustc_serialize = { path = "../rustc_serialize", optional = true }
Expand Down
Loading

0 comments on commit 4846c19

Please sign in to comment.