diff options
| author | bors <bors@rust-lang.org> | 2024-07-28 14:22:27 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-07-28 14:22:27 +0000 |
| commit | 48fb66be7a657839bdf8f42ae06fc17893c2d162 (patch) | |
| tree | fee681aba06a57873e1736b19e78d97a21443dc5 /compiler/rustc_data_structures | |
| parent | 159524019f6c4ab8908dc297aeea4e5c4d1f2c89 (diff) | |
| parent | a973d3f0879c486a8485b99244f1060f69a31a33 (diff) | |
| download | rust-48fb66be7a657839bdf8f42ae06fc17893c2d162.tar.gz rust-48fb66be7a657839bdf8f42ae06fc17893c2d162.zip | |
Auto merge of #17732 - lnicola:sync-from-rust, r=lnicola
minor: sync from downstream
Diffstat (limited to 'compiler/rustc_data_structures')
| -rw-r--r-- | compiler/rustc_data_structures/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml index e5e733439ea..3794a6e043c 100644 --- a/compiler/rustc_data_structures/Cargo.toml +++ b/compiler/rustc_data_structures/Cargo.toml @@ -56,5 +56,5 @@ portable-atomic = "1.5.1" [features] # tidy-alphabetical-start -rustc_use_parallel_compiler = ["indexmap/rustc-rayon", "rustc-rayon"] +rustc_use_parallel_compiler = ["indexmap/rustc-rayon", "dep:rustc-rayon"] # tidy-alphabetical-end |
