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 = [
3713
3713
" rustc_codegen_ssa" ,
3714
3714
" rustc_data_structures" ,
3715
3715
" rustc_errors" ,
3716
- " rustc_feature" ,
3717
3716
" rustc_fs_util" ,
3718
3717
" rustc_hir" ,
3719
3718
" rustc_incremental" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ rustc_attr = { path = "../rustc_attr" }
21
21
rustc_codegen_ssa = { path = " ../rustc_codegen_ssa" }
22
22
rustc_data_structures = { path = " ../rustc_data_structures" }
23
23
rustc_errors = { path = " ../rustc_errors" }
24
- rustc_feature = { path = " ../rustc_feature" }
25
24
rustc_fs_util = { path = " ../rustc_fs_util" }
26
25
rustc_hir = { path = " ../rustc_hir" }
27
26
rustc_incremental = { path = " ../rustc_incremental" }
You can’t perform that action at this time.
0 commit comments