We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1540400 commit f882b07Copy full SHA for f882b07
Cargo.lock
@@ -3093,7 +3093,6 @@ dependencies = [
3093
"rustc-rayon",
3094
"rustc-rayon-core",
3095
"rustc_apfloat",
3096
- "rustc_ast_pretty",
3097
"rustc_attr",
3098
"rustc_data_structures",
3099
"rustc_errors",
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