Skip to content

Commit bbb0dff

Browse files
committed
Fix benchmarks
1 parent 0610312 commit bbb0dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/distributions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ distr_nz_int!(distr_standard_nz64, NonZeroU64, u64, Standard);
176176
distr_nz_int!(distr_standard_nz128, NonZeroU128, u128, Standard);
177177

178178
distr!(distr_standard_bool, bool, Standard);
179-
distr!(distr_standard_alphanumeric, char, Alphanumeric);
179+
distr!(distr_standard_alphanumeric, u8, Alphanumeric);
180180
distr!(distr_standard_codepoint, char, Standard);
181181

182182
distr_float!(distr_standard_f32, f32, Standard);

0 commit comments

Comments
 (0)