File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
compiler/rustc_codegen_llvm Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -3713,7 +3713,6 @@ dependencies = [
37133713 " rustc_codegen_ssa" ,
37143714 " rustc_data_structures" ,
37153715 " rustc_errors" ,
3716- " rustc_feature" ,
37173716 " rustc_fs_util" ,
37183717 " rustc_hir" ,
37193718 " rustc_incremental" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ rustc_attr = { path = "../rustc_attr" }
2121rustc_codegen_ssa = { path = " ../rustc_codegen_ssa" }
2222rustc_data_structures = { path = " ../rustc_data_structures" }
2323rustc_errors = { path = " ../rustc_errors" }
24- rustc_feature = { path = " ../rustc_feature" }
2524rustc_fs_util = { path = " ../rustc_fs_util" }
2625rustc_hir = { path = " ../rustc_hir" }
2726rustc_incremental = { path = " ../rustc_incremental" }
You can’t perform that action at this time.
0 commit comments