Skip to content

Commit

Permalink
Update crates/formality-core/src/fuzz.rs
Browse files Browse the repository at this point in the history
Co-authored-by: lcnr <[email protected]>
  • Loading branch information
nikomatsakis and lcnr authored Jul 16, 2024
1 parent adb26b6 commit e0a6dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/formality-core/src/fuzz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ macro_rules! tuple_impl {
cx.enter_estimate_cardinality::<Self>(|guard| -> f64 {
[
$(guard.estimate_cardinality::<$A>(),)*
].into_iter().sum()
].into_iter().product()
})
}

Expand Down

0 comments on commit e0a6dca

Please sign in to comment.