mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 05:51:02 +00:00
fix nightly clippy again (#1752)
This commit is contained in:
committed by
Bastian Köcher
parent
c387f7a4b9
commit
e0e84b734b
@@ -329,7 +329,7 @@ pub fn new_full(mut config: Configuration) -> Result<TaskManager, ServiceError>
|
|||||||
keystore: keystore_container.sync_keystore(),
|
keystore: keystore_container.sync_keystore(),
|
||||||
task_manager: &mut task_manager,
|
task_manager: &mut task_manager,
|
||||||
transaction_pool: transaction_pool.clone(),
|
transaction_pool: transaction_pool.clone(),
|
||||||
rpc_builder: rpc_extensions_builder.clone(),
|
rpc_builder: rpc_extensions_builder,
|
||||||
backend: backend.clone(),
|
backend: backend.clone(),
|
||||||
system_rpc_tx,
|
system_rpc_tx,
|
||||||
config,
|
config,
|
||||||
|
|||||||
@@ -612,7 +612,6 @@ mod tests {
|
|||||||
},
|
},
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
.into_iter()
|
|
||||||
.collect(),
|
.collect(),
|
||||||
confirmed_nonce: Some(confirmed_nonce),
|
confirmed_nonce: Some(confirmed_nonce),
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user