mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-14 02:21:21 +00:00
.cargo: Run clippy
on ALL the source files (#2949)
This commit is contained in:
@ -252,7 +252,7 @@ mod tests {
|
||||
);
|
||||
|
||||
block_on(poll_fn(|cx| loop {
|
||||
if let Poll::Pending = handler.poll(cx) {
|
||||
if handler.poll(cx).is_pending() {
|
||||
return Poll::Ready(());
|
||||
}
|
||||
}));
|
||||
|
Reference in New Issue
Block a user