We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1187ccd commit 279e214Copy full SHA for 279e214
Cargo.lock
@@ -3091,7 +3091,6 @@ dependencies = [
3091
"rustc-rayon",
3092
"rustc-rayon-core",
3093
"rustc_apfloat",
3094
- "rustc_ast_pretty",
3095
"rustc_attr",
3096
"rustc_data_structures",
3097
"rustc_error_codes",
src/librustc/Cargo.toml
@@ -21,8 +21,6 @@ rustc-rayon = "0.3.0"
21
rustc-rayon-core = "0.3.0"
22
polonius-engine = "0.11.0"
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
rustc_attr = { path = "../librustc_attr" }
27
rustc_feature = { path = "../librustc_feature" }
28
rustc_hir = { path = "../librustc_hir" }
0 commit comments