Skip to content

Commit b7f5eab

Browse files
committed
remove last dependency of codegen on rustc_mir
1 parent 74919df commit b7f5eab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc_codegen_ssa/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,4 @@ rustc_data_structures = { path = "../librustc_data_structures"}
3333
rustc_errors = { path = "../librustc_errors" }
3434
rustc_fs_util = { path = "../librustc_fs_util" }
3535
rustc_incremental = { path = "../librustc_incremental" }
36-
rustc_mir = { path = "../librustc_mir" }
3736
rustc_target = { path = "../librustc_target" }

0 commit comments

Comments
 (0)