File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -3091,7 +3091,6 @@ dependencies = [
3091
3091
" rustc-rayon" ,
3092
3092
" rustc-rayon-core" ,
3093
3093
" rustc_apfloat" ,
3094
- " rustc_ast_pretty" ,
3095
3094
" rustc_attr" ,
3096
3095
" rustc_data_structures" ,
3097
3096
" rustc_error_codes" ,
Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ rustc-rayon = "0.3.0"
21
21
rustc-rayon-core = " 0.3.0"
22
22
polonius-engine = " 0.11.0"
23
23
rustc_apfloat = { path = " ../librustc_apfloat" }
24
- # FIXME(Centril): remove this dependency when stuff is moved to rustc_lint.
25
- rustc_ast_pretty = { path = " ../librustc_ast_pretty" }
26
24
rustc_attr = { path = " ../librustc_attr" }
27
25
rustc_feature = { path = " ../librustc_feature" }
28
26
rustc_hir = { path = " ../librustc_hir" }
You can’t perform that action at this time.
0 commit comments