We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b181f5a commit 5769a46Copy full SHA for 5769a46
library/std/src/sys/cloudabi/condvar.rs
@@ -15,7 +15,7 @@ pub struct Condvar {
15
condvar: UnsafeCell<AtomicU32>,
16
}
17
18
-pub type MovableCondvar = Box<Condvar>;
+pub type MovableCondvar = Condvar;
19
20
unsafe impl Send for Condvar {}
21
unsafe impl Sync for Condvar {}
0 commit comments