Remove some unused crate dependencies.
I found these by setting the `unused_crate_dependencies` lint temporarily to `Warn`.
This commit is contained in:
parent
a70b2ae577
commit
29629d0075
12 changed files with 5 additions and 49 deletions
|
@ -7,7 +7,6 @@ edition = "2021"
|
|||
# tidy-alphabetical-start
|
||||
field-offset = "0.3.5"
|
||||
measureme = "11"
|
||||
rustc-rayon-core = { version = "0.5.0", optional = true }
|
||||
rustc_data_structures = { path = "../rustc_data_structures" }
|
||||
rustc_errors = { path = "../rustc_errors" }
|
||||
rustc_hir = { path = "../rustc_hir" }
|
||||
|
@ -23,5 +22,5 @@ tracing = "0.1"
|
|||
|
||||
[features]
|
||||
# tidy-alphabetical-start
|
||||
rustc_use_parallel_compiler = ["rustc-rayon-core", "rustc_query_system/rustc_use_parallel_compiler"]
|
||||
rustc_use_parallel_compiler = ["rustc_query_system/rustc_use_parallel_compiler"]
|
||||
# tidy-alphabetical-end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue