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:
@ -204,7 +204,7 @@ impl<T: Clone + Sync + Send + 'static> Stream for ForkChoiceStream<T> {
|
||||
loop {
|
||||
match ready!(self.as_mut().project().st.poll_next(cx)) {
|
||||
Some(Some(notification)) => return Poll::Ready(Some(notification)),
|
||||
Some(None) => continue,
|
||||
Some(None) => {}
|
||||
None => return Poll::Ready(None),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user