We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 373213d + e47f768 commit 871c06fCopy full SHA for 871c06f
tests/test_random.rs
@@ -1,7 +1,7 @@
1
#[test]
2
#[ignore]
3
fn test_f64_random_from_u64() {
4
- const N_ITER: usize = 1 << 32;
+ const N_ITER: u64 = 1 << 32;
5
6
let rng = fastrand::Rng::with_seed(0);
7
let mut buf = ryu::Buffer::new();
0 commit comments