Skip to content

Commit b060ba9

Browse files
committed
rustc_infer: Remove unused dependency rustc_graphviz
Unused since commit 7d73e4c ("Remove ReScope").
1 parent 8f7839f commit b060ba9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3943,7 +3943,6 @@ dependencies = [
39433943
"rustc_ast",
39443944
"rustc_data_structures",
39453945
"rustc_errors",
3946-
"rustc_graphviz",
39473946
"rustc_hir",
39483947
"rustc_index",
39493948
"rustc_macros",

compiler/rustc_infer/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ edition = "2018"
88
doctest = false
99

1010
[dependencies]
11-
rustc_graphviz = { path = "../rustc_graphviz" }
1211
tracing = "0.1"
1312
rustc_middle = { path = "../rustc_middle" }
1413
rustc_data_structures = { path = "../rustc_data_structures" }

0 commit comments

Comments
 (0)