mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: clippy happy (#8362)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
This commit is contained in:
@ -36,7 +36,7 @@ where
|
||||
Poll::Ready(Some(Ok(item))) => return Poll::Ready(Some(item)),
|
||||
Poll::Ready(Some(Err(e))) => {
|
||||
warn!("BroadcastStream lagged: {e:?}");
|
||||
continue;
|
||||
continue
|
||||
}
|
||||
Poll::Ready(None) => return Poll::Ready(None),
|
||||
Poll::Pending => return Poll::Pending,
|
||||
|
||||
Reference in New Issue
Block a user