Skip to content

Commit

Permalink
Rollup merge of #89894 - camsteffen:unused-deps, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Remove unused dependencies from rustc_const_eval
  • Loading branch information
matthiaskrgr committed Oct 15, 2021
2 parents e3099e7 + 64d18d4 commit e45c222
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3736,8 +3736,6 @@ dependencies = [
name = "rustc_const_eval"
version = "0.0.0"
dependencies = [
"either",
"gsgdt",
"rustc_apfloat",
"rustc_ast",
"rustc_attr",
Expand Down
2 changes: 0 additions & 2 deletions compiler/rustc_const_eval/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ edition = "2021"
doctest = false

[dependencies]
either = "1.5.0"
gsgdt = "0.1.2"
tracing = "0.1"
rustc_apfloat = { path = "../rustc_apfloat" }
rustc_ast = { path = "../rustc_ast" }
Expand Down

0 comments on commit e45c222

Please sign in to comment.