Eliminate unnecessary dependency from rustc_mir_dataflow to rustc_hir
`rustc_mir_dataflow` only uses `DefId`, which is a re-export from `rustc_span`.
This commit is contained in:
parent
f0c8f7062b
commit
bad4f5c13f
4 changed files with 2 additions and 4 deletions
|
|
@ -4280,7 +4280,6 @@ dependencies = [
|
|||
"rustc_errors",
|
||||
"rustc_fluent_macro",
|
||||
"rustc_graphviz",
|
||||
"rustc_hir",
|
||||
"rustc_index",
|
||||
"rustc_macros",
|
||||
"rustc_middle",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue