Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Varlakov <[email protected]>
  • Loading branch information
survived committed Aug 22, 2024
1 parent 18d760f commit a7d8e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion udigest/src/as_.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ where
) {
let ordered_map = value
.iter()
.map(|x| As::<&T, &U>::new(x))
.map(As::<&T, &U>::new)
.collect::<alloc::collections::BTreeSet<_>>();

// ordered set has deterministic order, so we can reproducibly hash it
Expand Down

0 comments on commit a7d8e6d

Please sign in to comment.