Skip to content

Commit 16681b3

Browse files
committed
Migrate to crossbeam's new 0.4 API
1 parent 4b73ed0 commit 16681b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cargo/core/compiler/job_queue.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ use std::mem;
66
use std::sync::mpsc::{channel, Receiver, Sender};
77
use std::sync::Arc;
88

9-
use crossbeam::{self, Scope};
9+
use crossbeam;
10+
use crossbeam::thread::Scope;
1011
use jobserver::{Acquired, HelperThread};
1112

1213
use core::profiles::Profile;

0 commit comments

Comments
 (0)