mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 04:11:07 +00:00
fix clippy
This commit is contained in:
@@ -728,7 +728,7 @@ where
|
||||
{
|
||||
loop {
|
||||
let reconnected = follow_handle.reconnected().fuse();
|
||||
let action = retry(|| fun()).fuse();
|
||||
let action = retry(&mut fun).fuse();
|
||||
|
||||
pin_mut!(reconnected, action);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user