Skip to content

Commit

Permalink
Fix clippy::redundant_field_names
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Jul 14, 2022
1 parent 8e98864 commit 4cfb1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -1065,7 +1065,7 @@ where
IterBinomial {
k: T::zero(),
a: T::one(),
n: n,
n,
}
}
}
Expand Down

0 comments on commit 4cfb1a8

Please sign in to comment.