X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_plugin_impl%2FCargo.toml;h=b6ea533c80bddc8973167b78d7c368e5d2f302d2;hb=66b806084ec50917ab6cb87c3774facfdf3038fa;hp=f5071eb6e8f9657c842077b498a00eec82f9135d;hpb=d55c373ddd1ec4f9bee281801f85283ac44140a7;p=rust.git 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" }