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 a214189 commit d493ac8Copy full SHA for d493ac8
library/std/src/thread/scoped.rs
@@ -3,8 +3,8 @@ use crate::marker::PhantomData;
3
use crate::panic::{AssertUnwindSafe, catch_unwind, resume_unwind};
4
use crate::sync::Arc;
5
use crate::sync::atomic::{AtomicBool, AtomicUsize, Ordering};
6
-use crate::{fmt, io};
7
use crate::sys_common::{AsInner, IntoInner};
+use crate::{fmt, io};
8
9
/// A scope to spawn scoped threads in.
10
///
0 commit comments