diff options
| author | Mark Mansi <markm@cs.wisc.edu> | 2019-05-24 12:32:53 -0500 |
|---|---|---|
| committer | Mark Mansi <markm@cs.wisc.edu> | 2019-06-02 22:56:37 -0500 |
| commit | c747f31ffce95507471156f77d2e5ea1c4ccf9c9 (patch) | |
| tree | 339a32d4b703a2340467042146ccb5f449143d7b /src/librustc_codegen_utils | |
| parent | b20d96f97f29019404c45f4ec73903af1b9d3699 (diff) | |
| download | rust-c747f31ffce95507471156f77d2e5ea1c4ccf9c9.tar.gz rust-c747f31ffce95507471156f77d2e5ea1c4ccf9c9.zip | |
remove unneeded deps
Diffstat (limited to 'src/librustc_codegen_utils')
| -rw-r--r-- | src/librustc_codegen_utils/Cargo.toml | 1 |
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" } |
