about summary refs log tree commit diff
path: root/src/librustc_codegen_utils
diff options
context:
space:
mode:
authorMark Mansi <markm@cs.wisc.edu>2019-05-24 12:32:53 -0500
committerMark Mansi <markm@cs.wisc.edu>2019-06-02 22:56:37 -0500
commitc747f31ffce95507471156f77d2e5ea1c4ccf9c9 (patch)
tree339a32d4b703a2340467042146ccb5f449143d7b /src/librustc_codegen_utils
parentb20d96f97f29019404c45f4ec73903af1b9d3699 (diff)
downloadrust-c747f31ffce95507471156f77d2e5ea1c4ccf9c9.tar.gz
rust-c747f31ffce95507471156f77d2e5ea1c4ccf9c9.zip
remove unneeded deps
Diffstat (limited to 'src/librustc_codegen_utils')
-rw-r--r--src/librustc_codegen_utils/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_codegen_utils/Cargo.toml b/src/librustc_codegen_utils/Cargo.toml
index 268be2b1091..b218d18a06b 100644
--- a/src/librustc_codegen_utils/Cargo.toml
+++ b/src/librustc_codegen_utils/Cargo.toml
@@ -22,4 +22,3 @@ rustc = { path = "../librustc" }
 rustc_target = { path = "../librustc_target" }
 rustc_data_structures = { path = "../librustc_data_structures" }
 rustc_metadata = { path = "../librustc_metadata" }
-rustc_mir = { path = "../librustc_mir" }