Skip to content

Commit 4cfb1a8

Browse files
committed
Fix clippy::redundant_field_names
1 parent 8e98864 commit 4cfb1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ where
10651065
IterBinomial {
10661066
k: T::zero(),
10671067
a: T::one(),
1068-
n: n,
1068+
n,
10691069
}
10701070
}
10711071
}

0 commit comments

Comments
 (0)