We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7839f commit b060ba9Copy full SHA for b060ba9
Cargo.lock
@@ -3943,7 +3943,6 @@ dependencies = [
3943
"rustc_ast",
3944
"rustc_data_structures",
3945
"rustc_errors",
3946
- "rustc_graphviz",
3947
"rustc_hir",
3948
"rustc_index",
3949
"rustc_macros",
compiler/rustc_infer/Cargo.toml
@@ -8,7 +8,6 @@ edition = "2018"
8
doctest = false
9
10
[dependencies]
11
-rustc_graphviz = { path = "../rustc_graphviz" }
12
tracing = "0.1"
13
rustc_middle = { path = "../rustc_middle" }
14
rustc_data_structures = { path = "../rustc_data_structures" }
0 commit comments