Skip to content

Commit 319b075

Browse files
authored
fix
1 parent 963cd3b commit 319b075

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
@@ -963,7 +963,7 @@ mod tests {
963963
fn test_integers() {
964964
use core::{i8, i16, i32, i64, isize};
965965
use core::{u8, u16, u32, u64, usize};
966-
#[cfg(feature = "i128_support")]
966+
#[cfg(rust_1_26)]
967967
use core::{i128, u128};
968968

969969
let mut rng = ::test::rng(251);

0 commit comments

Comments
 (0)