Skip to content

Commit 9beccfb

Browse files
committed
typo
1 parent 911f323 commit 9beccfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/task.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ fn raw_waker<W: Wake + Send + Sync + 'static>(waker: Arc<W>) -> RawWaker {
8383
RawWaker::new(
8484
Arc::into_raw(waker) as *const (),
8585
&RawWakerVTable::new(clone_waker::<W>, wake::<W>, wake_by_ref::<W>, drop_waker::<W>),
86-
))
86+
)
8787
}

0 commit comments

Comments
 (0)