Skip to content

Commit

Permalink
fix nightly clippy again (#1752)
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik committed Jan 10, 2023
1 parent 21b75b8 commit 9563f9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bin/millau/node/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion relays/messages/src/message_race_delivery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,6 @@ mod tests {
},
)
})
.into_iter()
.collect(),
confirmed_nonce: Some(confirmed_nonce),
}
Expand Down

0 comments on commit 9563f9e

Please sign in to comment.