Skip to content

Commit 279e214

Browse files
committed
remove rustc_ast_pretty dep from rustc
1 parent 1187ccd commit 279e214

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Cargo.lock

-1
Original file line numberDiff line numberDiff line change
@@ -3091,7 +3091,6 @@ dependencies = [
30913091
"rustc-rayon",
30923092
"rustc-rayon-core",
30933093
"rustc_apfloat",
3094-
"rustc_ast_pretty",
30953094
"rustc_attr",
30963095
"rustc_data_structures",
30973096
"rustc_error_codes",

src/librustc/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ rustc-rayon = "0.3.0"
2121
rustc-rayon-core = "0.3.0"
2222
polonius-engine = "0.11.0"
2323
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" }
2624
rustc_attr = { path = "../librustc_attr" }
2725
rustc_feature = { path = "../librustc_feature" }
2826
rustc_hir = { path = "../librustc_hir" }

0 commit comments

Comments
 (0)