We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e8c6c3 commit 0b29198Copy full SHA for 0b29198
futures-executor/benches/thread_notify.rs
@@ -89,7 +89,7 @@ fn thread_yield_multi_thread(b: &mut Bencher) {
89
Poll::Ready(())
90
} else {
91
self.rem -= 1;
92
- self.tx.send(waker.clone().into_waker()).unwrap();
+ self.tx.send(waker.clone()).unwrap();
93
Poll::Pending
94
}
95
0 commit comments