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 907af10 commit 8ab6618Copy full SHA for 8ab6618
library/std/src/sys/hermit/condvar.rs
@@ -14,7 +14,7 @@ pub struct Condvar {
14
sem2: *const c_void,
15
}
16
17
-pub type MovableCondvar = Box<Condvar>;
+pub type MovableCondvar = Condvar;
18
19
unsafe impl Send for Condvar {}
20
unsafe impl Sync for Condvar {}
0 commit comments