We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b73ed0 commit 16681b3Copy full SHA for 16681b3
src/cargo/core/compiler/job_queue.rs
@@ -6,7 +6,8 @@ use std::mem;
6
use std::sync::mpsc::{channel, Receiver, Sender};
7
use std::sync::Arc;
8
9
-use crossbeam::{self, Scope};
+use crossbeam;
10
+use crossbeam::thread::Scope;
11
use jobserver::{Acquired, HelperThread};
12
13
use core::profiles::Profile;
0 commit comments