We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe56e89 commit f45ebe4Copy full SHA for f45ebe4
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