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