mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
chore: rm redundant return (#13361)
This commit is contained in:
@ -266,7 +266,6 @@ where
|
|||||||
if maybe_more_incoming_requests {
|
if maybe_more_incoming_requests {
|
||||||
// make sure we're woken up again
|
// make sure we're woken up again
|
||||||
cx.waker().wake_by_ref();
|
cx.waker().wake_by_ref();
|
||||||
return Poll::Pending
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Poll::Pending
|
Poll::Pending
|
||||||
|
|||||||
Reference in New Issue
Block a user