]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_interface/Cargo.toml
Fix rebase fallout.
[rust.git] / src / librustc_interface / Cargo.toml
index de59882bbdf957f851818b73de4ea98d2c97962c..7ab5ec2b2329e9b504fb7900bb3029c21b48075c 100644 (file)
@@ -31,7 +31,7 @@ rustc_passes = { path = "../librustc_passes" }
 rustc_typeck = { path = "../librustc_typeck" }
 rustc_lint = { path = "../librustc_lint" }
 rustc_errors = { path = "../librustc_errors" }
-rustc_plugin = { path = "../librustc_plugin", package = "rustc_plugin_impl" }
+rustc_plugin_impl = { path = "../librustc_plugin_impl" }
 rustc_privacy = { path = "../librustc_privacy" }
 rustc_resolve = { path = "../librustc_resolve" }
 tempfile = "3.0.5"