diff options
| author | klensy <klensy@users.noreply.github.com> | 2022-06-13 21:50:44 +0300 |
|---|---|---|
| committer | klensy <klensy@users.noreply.github.com> | 2022-06-13 22:20:51 +0300 |
| commit | 4ea4e2e76db49ce8ee5dbb9656f1a07a24a5c674 (patch) | |
| tree | 84e9a7e48fb9299f9f00e61940a143f794c7b06b /compiler/rustc_monomorphize | |
| parent | 083721a1a7365d3afe1521cd2661b2201aac0450 (diff) | |
| download | rust-4ea4e2e76db49ce8ee5dbb9656f1a07a24a5c674.tar.gz rust-4ea4e2e76db49ce8ee5dbb9656f1a07a24a5c674.zip | |
remove currently unused deps
Diffstat (limited to 'compiler/rustc_monomorphize')
| -rw-r--r-- | compiler/rustc_monomorphize/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_monomorphize/Cargo.toml b/compiler/rustc_monomorphize/Cargo.toml index f812afe6b62..e4ac47f4982 100644 --- a/compiler/rustc_monomorphize/Cargo.toml +++ b/compiler/rustc_monomorphize/Cargo.toml @@ -10,7 +10,6 @@ doctest = false smallvec = { version = "1.6.1", features = ["union", "may_dangle"] } tracing = "0.1" rustc_data_structures = { path = "../rustc_data_structures" } -rustc_errors = { path = "../rustc_errors" } rustc_hir = { path = "../rustc_hir" } rustc_index = { path = "../rustc_index" } rustc_middle = { path = "../rustc_middle" } |
