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