mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
lowering: remove librustc dependency
This commit is contained in:
parent
14f89ded2c
commit
40cec7854b
@ -3479,7 +3479,6 @@ version = "0.0.0"
|
||||
dependencies = [
|
||||
"arena",
|
||||
"log",
|
||||
"rustc",
|
||||
"rustc_ast",
|
||||
"rustc_ast_pretty",
|
||||
"rustc_data_structures",
|
||||
|
@ -12,7 +12,6 @@ doctest = false
|
||||
[dependencies]
|
||||
arena = { path = "../libarena" }
|
||||
log = { version = "0.4", features = ["release_max_level_info", "std"] }
|
||||
rustc = { path = "../librustc" }
|
||||
rustc_ast_pretty = { path = "../librustc_ast_pretty" }
|
||||
rustc_hir = { path = "../librustc_hir" }
|
||||
rustc_target = { path = "../librustc_target" }
|
||||
|
Loading…
Reference in New Issue
Block a user