diff options
| author | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2023-03-25 02:12:13 +0100 |
|---|---|---|
| committer | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2023-03-25 02:12:13 +0100 |
| commit | 27c44d2e28d9e1e38526dd52ac2f07336aabe254 (patch) | |
| tree | b18b995e9255c543f36059f62eaf2397bd4a4051 /compiler/rustc_query_system/src/query/job.rs | |
| parent | a1f48047bf99b0cdc423924c9a09b0759193f9a0 (diff) | |
| download | rust-27c44d2e28d9e1e38526dd52ac2f07336aabe254.tar.gz rust-27c44d2e28d9e1e38526dd52ac2f07336aabe254.zip | |
Update indexmap and rayon crates
Diffstat (limited to 'compiler/rustc_query_system/src/query/job.rs')
| -rw-r--r-- | compiler/rustc_query_system/src/query/job.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_query_system/src/query/job.rs b/compiler/rustc_query_system/src/query/job.rs index a5a2f0093ce..d56a5955aff 100644 --- a/compiler/rustc_query_system/src/query/job.rs +++ b/compiler/rustc_query_system/src/query/job.rs @@ -18,11 +18,11 @@ use std::num::NonZeroU64; #[cfg(parallel_compiler)] use { parking_lot::{Condvar, Mutex}, + rayon_core, rustc_data_structures::fx::FxHashSet, rustc_data_structures::sync::Lock, rustc_data_structures::sync::Lrc, rustc_data_structures::{jobserver, OnDrop}, - rustc_rayon_core as rayon_core, rustc_span::DUMMY_SP, std::iter, std::process, |
