Skip to content

Commit 7d6548a

Browse files
committed
rustc_passes: remove unused rustc_parse dep
1 parent ae213db commit 7d6548a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.lock

-1
Original file line numberDiff line numberDiff line change
@@ -3807,7 +3807,6 @@ dependencies = [
38073807
"rustc_feature",
38083808
"rustc_hir",
38093809
"rustc_index",
3810-
"rustc_parse",
38113810
"rustc_session",
38123811
"rustc_span",
38133812
"rustc_target",

src/librustc_passes/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ rustc_errors = { path = "../librustc_errors" }
1616
rustc_feature = { path = "../librustc_feature" }
1717
rustc_hir = { path = "../librustc_hir" }
1818
rustc_index = { path = "../librustc_index" }
19-
rustc_parse = { path = "../librustc_parse" }
2019
rustc_session = { path = "../librustc_session" }
2120
rustc_target = { path = "../librustc_target" }
2221
syntax = { path = "../libsyntax" }

0 commit comments

Comments
 (0)