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 b70f934 commit 1f3c794Copy full SHA for 1f3c794
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