We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec69a85 commit f3837e7Copy full SHA for f3837e7
library/std/src/sys/windows/condvar.rs
@@ -8,7 +8,7 @@ pub struct Condvar {
8
inner: UnsafeCell<c::CONDITION_VARIABLE>,
9
}
10
11
-pub type MovableCondvar = Box<Condvar>;
+pub type MovableCondvar = Condvar;
12
13
unsafe impl Send for Condvar {}
14
unsafe impl Sync for Condvar {}
0 commit comments