mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-17 00:00:11 +02:00
runtime: remove obsolete comment (#6303)
This commit is contained in:
@@ -272,7 +272,6 @@ impl CachedParkThread {
|
||||
use std::task::Context;
|
||||
use std::task::Poll::Ready;
|
||||
|
||||
// `get_unpark()` should not return a Result
|
||||
let waker = self.waker()?;
|
||||
let mut cx = Context::from_waker(&waker);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user