We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b1d02 commit 1991c83Copy full SHA for 1991c83
1 file changed
crates/geo_filters/src/test_rng.rs
@@ -12,7 +12,7 @@ use rand::{rngs::StdRng, SeedableRng as _};
12
/// is only ran once with this seed.
13
pub fn prng_test_harness<F>(iterations: usize, mut test_fn: F)
14
where
15
- F: FnMut(&mut StdRng) -> (),
+ F: FnMut(&mut StdRng),
16
{
17
let maybe_manual_seed = std::env::var("TEST_SEED")
18
.map(|s| s.parse::<u64>().expect("Parse TEST_SEED to u64"))
0 commit comments