fmt
This commit is contained in:
parent
36b363a5b7
commit
98d0bb726c
@ -316,8 +316,7 @@ impl<'a, T: Clone> futures::Stream for Subscriber<'a, T> {
|
||||
// No, so we need to reregister our waker and sleep again
|
||||
None => {
|
||||
unsafe {
|
||||
this
|
||||
.channel
|
||||
this.channel
|
||||
.register_subscriber_waker(this.subscriber_index, cx.waker());
|
||||
}
|
||||
Poll::Pending
|
||||
|
Loading…
Reference in New Issue
Block a user