We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5769a46 commit 7f56a35Copy full SHA for 7f56a35
library/std/src/sys/unsupported/condvar.rs
@@ -3,7 +3,7 @@ use crate::time::Duration;
3
4
pub struct Condvar {}
5
6
-pub type MovableCondvar = Box<Condvar>;
+pub type MovableCondvar = Condvar;
7
8
impl Condvar {
9
pub const fn new() -> Condvar {
0 commit comments