]> git.proxmox.com Git - rustc.git/blobdiff - vendor/rustc-rayon-core/src/spawn/mod.rs
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / vendor / rustc-rayon-core / src / spawn / mod.rs
index 66e0e1f3dd6f2646ed630fcb2ff68bf0b80e7528..a945827d033e0a69e1fa0fdd6cb10e12310a3492 100644 (file)
@@ -1,8 +1,8 @@
-use job::*;
-use registry::Registry;
+use crate::job::*;
+use crate::registry::Registry;
+use crate::unwind;
 use std::mem;
 use std::sync::Arc;
-use unwind;
 
 /// Fires off a task into the Rayon threadpool in the "static" or
 /// "global" scope.  Just like a standard thread, this task is not