aboutsummaryrefslogtreecommitdiff
path: root/src/distributions/weighted.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/distributions/weighted.rs')
-rw-r--r--src/distributions/weighted.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/distributions/weighted.rs b/src/distributions/weighted.rs
index 6dd9273..846b9df 100644
--- a/src/distributions/weighted.rs
+++ b/src/distributions/weighted.rs
@@ -43,6 +43,5 @@ pub mod alias_method {
impl_weight!(f64, f32,);
impl_weight!(u8, u16, u32, u64, usize,);
impl_weight!(i8, i16, i32, i64, isize,);
- #[cfg(not(target_os = "emscripten"))]
impl_weight!(u128, i128,);
}