Skip to content

Commit 868efce

Browse files
committed
Also remove AliasableWeight support for isize, usize
1 parent b304122 commit 868efce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rand_distr/src/weighted_alias.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,13 +359,11 @@ macro_rules! impl_weight_for_int {
359359

360360
impl_weight_for_float!(f64);
361361
impl_weight_for_float!(f32);
362-
impl_weight_for_int!(usize);
363362
impl_weight_for_int!(u128);
364363
impl_weight_for_int!(u64);
365364
impl_weight_for_int!(u32);
366365
impl_weight_for_int!(u16);
367366
impl_weight_for_int!(u8);
368-
impl_weight_for_int!(isize);
369367
impl_weight_for_int!(i128);
370368
impl_weight_for_int!(i64);
371369
impl_weight_for_int!(i32);

0 commit comments

Comments
 (0)