Skip to content

Commit

Permalink
Rollup merge of rust-lang#93592 - est31:remove_unused_deps, r=bjorn3
Browse files Browse the repository at this point in the history
Remove unused dep from rustc_arena
  • Loading branch information
matthiaskrgr authored Feb 2, 2022
2 parents 3388e6d + 3cb7618 commit 93155c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3403,7 +3403,6 @@ dependencies = [
name = "rustc_arena"
version = "0.0.0"
dependencies = [
"rustc_data_structures",
"smallvec",
]

Expand Down
1 change: 0 additions & 1 deletion compiler/rustc_arena/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ version = "0.0.0"
edition = "2021"

[dependencies]
rustc_data_structures = { path = "../rustc_data_structures" }
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }

0 comments on commit 93155c5

Please sign in to comment.