Skip to content

Commit ab30ff9

Browse files
authored
fix nightly clippy again (paritytech#1752)
1 parent 71178c5 commit ab30ff9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bin/millau/node/src/service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ pub fn new_full(mut config: Configuration) -> Result<TaskManager, ServiceError>
329329
keystore: keystore_container.sync_keystore(),
330330
task_manager: &mut task_manager,
331331
transaction_pool: transaction_pool.clone(),
332-
rpc_builder: rpc_extensions_builder.clone(),
332+
rpc_builder: rpc_extensions_builder,
333333
backend: backend.clone(),
334334
system_rpc_tx,
335335
config,

relays/messages/src/message_race_delivery.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,6 @@ mod tests {
612612
},
613613
)
614614
})
615-
.into_iter()
616615
.collect(),
617616
confirmed_nonce: Some(confirmed_nonce),
618617
}

0 commit comments

Comments
 (0)