typo
This commit is contained in:
parent
c9acdb0bd4
commit
ede03a4175
1 changed files with 1 additions and 1 deletions
|
@ -83,5 +83,5 @@ fn raw_waker<W: Wake + Send + Sync + 'static>(waker: Arc<W>) -> RawWaker {
|
||||||
RawWaker::new(
|
RawWaker::new(
|
||||||
Arc::into_raw(waker) as *const (),
|
Arc::into_raw(waker) as *const (),
|
||||||
&RawWakerVTable::new(clone_waker::<W>, wake::<W>, wake_by_ref::<W>, drop_waker::<W>),
|
&RawWakerVTable::new(clone_waker::<W>, wake::<W>, wake_by_ref::<W>, drop_waker::<W>),
|
||||||
))
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue