typo
This commit is contained in:
parent
c9acdb0bd4
commit
ede03a4175
@ -83,5 +83,5 @@ fn raw_waker<W: Wake + Send + Sync + 'static>(waker: Arc<W>) -> RawWaker {
|
||||
RawWaker::new(
|
||||
Arc::into_raw(waker) as *const (),
|
||||
&RawWakerVTable::new(clone_waker::<W>, wake::<W>, wake_by_ref::<W>, drop_waker::<W>),
|
||||
))
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user