Skip to content

Commit

Permalink
feed clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
rcgoodfellow committed May 2, 2024
1 parent a48ac24 commit 475e0d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sled-agent/src/rack_setup/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -774,8 +774,8 @@ impl ServiceInner {
local_pref: b.local_pref,
enforce_first_as: b.enforce_first_as,
communities: b.communities.clone(),
allowed_export: b.allowed_export.clone().into(),
allowed_import: b.allowed_import.clone().into(),
allowed_export: b.allowed_export.clone(),
allowed_import: b.allowed_import.clone(),
vlan_id: b.vlan_id,
})
.collect(),
Expand Down

0 comments on commit 475e0d5

Please sign in to comment.