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 c9acdb0 commit ede03a4Copy full SHA for ede03a4
src/liballoc/task.rs
@@ -83,5 +83,5 @@ fn raw_waker<W: Wake + Send + Sync + 'static>(waker: Arc<W>) -> RawWaker {
83
RawWaker::new(
84
Arc::into_raw(waker) as *const (),
85
&RawWakerVTable::new(clone_waker::<W>, wake::<W>, wake_by_ref::<W>, drop_waker::<W>),
86
- ))
+ )
87
}
0 commit comments