Remove rustc_metadata_utils, which contains only one function
This commit is contained in:
parent
d46246b14a
commit
c8599191e8
9 changed files with 35 additions and 76 deletions
|
|
@ -20,6 +20,6 @@ rustc = { path = "../librustc" }
|
|||
rustc_allocator = { path = "../librustc_allocator" }
|
||||
rustc_target = { path = "../librustc_target" }
|
||||
rustc_data_structures = { path = "../librustc_data_structures" }
|
||||
rustc_metadata = { path = "../librustc_metadata" }
|
||||
rustc_mir = { path = "../librustc_mir" }
|
||||
rustc_incremental = { path = "../librustc_incremental" }
|
||||
rustc_metadata_utils = { path = "../librustc_metadata_utils" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue