Skip to content

Commit 7158e91

Browse files
..
1 parent da0c3b3 commit 7158e91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dpd/src/mcast/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ impl MulticastGroupData {
255255
) {
256256
self.nat_target_refs
257257
.entry(admin_scoped_ip)
258-
.or_insert_with(HashSet::new)
258+
.or_default()
259259
.insert(external_group_ip);
260260
}
261261

@@ -1423,6 +1423,7 @@ fn configure_replication(
14231423
}
14241424
}
14251425

1426+
#[allow(clippy::too_many_arguments)]
14261427
fn configure_internal_tables(
14271428
s: &Switch,
14281429
group_ip: IpAddr,

0 commit comments

Comments
 (0)