mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
Remove unneeded dependency.
Also sort them.
This commit is contained in:
parent
e49a1470ba
commit
4b51a3eb52
@ -4416,7 +4416,6 @@ dependencies = [
|
|||||||
"rustc_hir",
|
"rustc_hir",
|
||||||
"rustc_interface",
|
"rustc_interface",
|
||||||
"rustc_middle",
|
"rustc_middle",
|
||||||
"rustc_session",
|
|
||||||
"rustc_span",
|
"rustc_span",
|
||||||
"rustc_target",
|
"rustc_target",
|
||||||
"stable_mir",
|
"stable_mir",
|
||||||
|
@ -4,14 +4,13 @@ version = "0.0.0"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
rustc_driver = { path = "../rustc_driver" }
|
||||||
rustc_hir = { path = "../rustc_hir" }
|
rustc_hir = { path = "../rustc_hir" }
|
||||||
|
rustc_interface = { path = "../rustc_interface" }
|
||||||
rustc_middle = { path = "../rustc_middle" }
|
rustc_middle = { path = "../rustc_middle" }
|
||||||
rustc_span = { path = "../rustc_span" }
|
rustc_span = { path = "../rustc_span" }
|
||||||
rustc_target = { path = "../rustc_target" }
|
rustc_target = { path = "../rustc_target" }
|
||||||
rustc_driver = { path = "../rustc_driver" }
|
|
||||||
rustc_interface = { path = "../rustc_interface" }
|
|
||||||
rustc_session = {path = "../rustc_session" }
|
|
||||||
tracing = "0.1"
|
|
||||||
stable_mir = {path = "../stable_mir" }
|
stable_mir = {path = "../stable_mir" }
|
||||||
|
tracing = "0.1"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
Loading…
Reference in New Issue
Block a user