Skip to content

Commit

Permalink
Also remove AliasableWeight support for isize, usize
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Jul 26, 2024
1 parent b304122 commit 868efce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rand_distr/src/weighted_alias.rs
Original file line number Diff line number Diff line change
Expand Up @@ -359,13 +359,11 @@ macro_rules! impl_weight_for_int {

impl_weight_for_float!(f64);
impl_weight_for_float!(f32);
impl_weight_for_int!(usize);
impl_weight_for_int!(u128);
impl_weight_for_int!(u64);
impl_weight_for_int!(u32);
impl_weight_for_int!(u16);
impl_weight_for_int!(u8);
impl_weight_for_int!(isize);
impl_weight_for_int!(i128);
impl_weight_for_int!(i64);
impl_weight_for_int!(i32);
Expand Down

0 comments on commit 868efce

Please sign in to comment.