Skip to content

Commit 64d18d4

Browse files
committed
Remove unused dependencies from rustc_const_eval
1 parent e1e9319 commit 64d18d4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Cargo.lock

-2
Original file line numberDiff line numberDiff line change
@@ -3736,8 +3736,6 @@ dependencies = [
37363736
name = "rustc_const_eval"
37373737
version = "0.0.0"
37383738
dependencies = [
3739-
"either",
3740-
"gsgdt",
37413739
"rustc_apfloat",
37423740
"rustc_ast",
37433741
"rustc_attr",

compiler/rustc_const_eval/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ edition = "2021"
77
doctest = false
88

99
[dependencies]
10-
either = "1.5.0"
11-
gsgdt = "0.1.2"
1210
tracing = "0.1"
1311
rustc_apfloat = { path = "../rustc_apfloat" }
1412
rustc_ast = { path = "../rustc_ast" }

0 commit comments

Comments
 (0)