mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-07 04:58:01 +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(),
|
||||
task_manager: &mut task_manager,
|
||||
transaction_pool: transaction_pool.clone(),
|
||||
rpc_builder: rpc_extensions_builder.clone(),
|
||||
rpc_builder: rpc_extensions_builder,
|
||||
backend: backend.clone(),
|
||||
system_rpc_tx,
|
||||
config,
|
||||
|
||||
@@ -612,7 +612,6 @@ mod tests {
|
||||
},
|
||||
)
|
||||
})
|
||||
.into_iter()
|
||||
.collect(),
|
||||
confirmed_nonce: Some(confirmed_nonce),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user