diff options
| author | Josh Triplett <josh@joshtriplett.org> | 2021-06-24 23:19:18 -0700 |
|---|---|---|
| committer | Josh Triplett <josh@joshtriplett.org> | 2021-06-25 01:12:59 -0700 |
| commit | b060ba93b9cf59a386a171e279d494d754981532 (patch) | |
| tree | f4a3017af20a8157016175046472f3d62229547c | |
| parent | 8f7839f7229b8118d3737182dc122edacd4a8c71 (diff) | |
| download | rust-b060ba93b9cf59a386a171e279d494d754981532.tar.gz rust-b060ba93b9cf59a386a171e279d494d754981532.zip | |
rustc_infer: Remove unused dependency rustc_graphviz
Unused since commit 7d73e4cc47f295e5b68fa7aa86688cabfd3c7eea
("Remove ReScope").
| -rw-r--r-- | Cargo.lock | 1 | ||||
| -rw-r--r-- | compiler/rustc_infer/Cargo.toml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 2bff899a442..26ce1ef6cce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3943,7 +3943,6 @@ dependencies = [ "rustc_ast", "rustc_data_structures", "rustc_errors", - "rustc_graphviz", "rustc_hir", "rustc_index", "rustc_macros", diff --git a/compiler/rustc_infer/Cargo.toml b/compiler/rustc_infer/Cargo.toml index a75ad7b31a6..f669925f1c9 100644 --- a/compiler/rustc_infer/Cargo.toml +++ b/compiler/rustc_infer/Cargo.toml @@ -8,7 +8,6 @@ edition = "2018" doctest = false [dependencies] -rustc_graphviz = { path = "../rustc_graphviz" } tracing = "0.1" rustc_middle = { path = "../rustc_middle" } rustc_data_structures = { path = "../rustc_data_structures" } |
