Rollup merge of #89894 - camsteffen:unused-deps, r=Mark-Simulacrum
Remove unused dependencies from rustc_const_eval
This commit is contained in:
commit
e45c222793
2 changed files with 0 additions and 4 deletions
|
@ -3736,8 +3736,6 @@ dependencies = [
|
||||||
name = "rustc_const_eval"
|
name = "rustc_const_eval"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"either",
|
|
||||||
"gsgdt",
|
|
||||||
"rustc_apfloat",
|
"rustc_apfloat",
|
||||||
"rustc_ast",
|
"rustc_ast",
|
||||||
"rustc_attr",
|
"rustc_attr",
|
||||||
|
|
|
@ -7,8 +7,6 @@ edition = "2021"
|
||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
either = "1.5.0"
|
|
||||||
gsgdt = "0.1.2"
|
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
rustc_apfloat = { path = "../rustc_apfloat" }
|
rustc_apfloat = { path = "../rustc_apfloat" }
|
||||||
rustc_ast = { path = "../rustc_ast" }
|
rustc_ast = { path = "../rustc_ast" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue