diff options
| -rw-r--r-- | src/librustc_codegen_ssa/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_codegen_ssa/Cargo.toml b/src/librustc_codegen_ssa/Cargo.toml index 0b34ec8e8bc..a4cb517fafe 100644 --- a/src/librustc_codegen_ssa/Cargo.toml +++ b/src/librustc_codegen_ssa/Cargo.toml @@ -33,5 +33,4 @@ rustc_data_structures = { path = "../librustc_data_structures"} rustc_errors = { path = "../librustc_errors" } rustc_fs_util = { path = "../librustc_fs_util" } rustc_incremental = { path = "../librustc_incremental" } -rustc_mir = { path = "../librustc_mir" } rustc_target = { path = "../librustc_target" } |
