Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
eichhorl committed Dec 2, 2024
1 parent 1b55dbc commit 79d1296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/types/types/src/exhaustive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ impl ExhaustiveSet for NiDkgTranscript {
tags.extend(
NiDkgMasterPublicKeyId::exhaustive_set(rng)
.into_iter()
.map(|key_id| NiDkgTag::HighThresholdForKey(key_id)),
.map(NiDkgTag::HighThresholdForKey),
);
tags.into_iter()
.map(|tag| {
Expand Down

0 comments on commit 79d1296

Please sign in to comment.