Skip to content

Commit

Permalink
remove last dependency of codegen on rustc_mir
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-i-m committed Jun 3, 2019
1 parent 74919df commit b7f5eab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustc_codegen_ssa/Cargo.toml
Expand Up @@ -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" }

0 comments on commit b7f5eab

Please sign in to comment.