Skip to content

Commit 963cd3b

Browse files
authored
fix
1 parent 4adb260 commit 963cd3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/distributions/uniform.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ mod tests {
10281028
t!(i8, i16, i32, i64, isize,
10291029
u8, u16, u32, u64, usize);
10301030
#[cfg(rust_1_26)]
1031-
t!(i128, u128)
1031+
t!(i128, u128);
10321032

10331033
#[cfg(feature = "simd_support")]
10341034
{

0 commit comments

Comments
 (0)