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_plugin_impl | |
| parent | 083721a1a7365d3afe1521cd2661b2201aac0450 (diff) | |
| download | rust-4ea4e2e76db49ce8ee5dbb9656f1a07a24a5c674.tar.gz rust-4ea4e2e76db49ce8ee5dbb9656f1a07a24a5c674.zip | |
remove currently unused deps
Diffstat (limited to 'compiler/rustc_plugin_impl')
| -rw-r--r-- | compiler/rustc_plugin_impl/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_plugin_impl/Cargo.toml b/compiler/rustc_plugin_impl/Cargo.toml index f5071eb6e8f..b6ea533c80b 100644 --- a/compiler/rustc_plugin_impl/Cargo.toml +++ b/compiler/rustc_plugin_impl/Cargo.toml @@ -9,9 +9,7 @@ doctest = false [dependencies] libloading = "0.7.1" -rustc_middle = { path = "../rustc_middle" } rustc_errors = { path = "../rustc_errors" } -rustc_hir = { path = "../rustc_hir" } rustc_lint = { path = "../rustc_lint" } rustc_metadata = { path = "../rustc_metadata" } rustc_ast = { path = "../rustc_ast" } |
