Skip to content

Commit

Permalink
Remove unused dependencies from rustc_const_eval
Browse files Browse the repository at this point in the history
  • Loading branch information
camsteffen committed Oct 14, 2021
1 parent e1e9319 commit 64d18d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock
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
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 64d18d4

Please sign in to comment.