Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected committed Jun 3, 2024
1 parent b5f6cb7 commit 5d3c0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/net/network/src/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ where

// resolve boot nodes
let mut resolved_boot_nodes = vec![];
for record in boot_nodes.iter() {
for record in &boot_nodes {
let resolved = record.resolve(None).await?;
resolved_boot_nodes.push(resolved);
}
Expand Down

0 comments on commit 5d3c0be

Please sign in to comment.