Skip to content

Commit 40cec78

Browse files
committed
lowering: remove librustc dependency
1 parent 14f89de commit 40cec78

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
@@ -3479,7 +3479,6 @@ version = "0.0.0"
34793479
dependencies = [
34803480
"arena",
34813481
"log",
3482-
"rustc",
34833482
"rustc_ast",
34843483
"rustc_ast_pretty",
34853484
"rustc_data_structures",

src/librustc_ast_lowering/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ doctest = false
1212
[dependencies]
1313
arena = { path = "../libarena" }
1414
log = { version = "0.4", features = ["release_max_level_info", "std"] }
15-
rustc = { path = "../librustc" }
1615
rustc_ast_pretty = { path = "../librustc_ast_pretty" }
1716
rustc_hir = { path = "../librustc_hir" }
1817
rustc_target = { path = "../librustc_target" }

0 commit comments

Comments
 (0)