fix nightly clippy again (#1752)

This commit is contained in:
Svyatoslav Nikolsky
2023-01-10 10:22:48 +03:00
committed by Bastian Köcher
parent c387f7a4b9
commit e0e84b734b
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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),
}