Skip to content

Commit 1991c83

Browse files
committed
Geofilter clippy lints
1 parent e2b1d02 commit 1991c83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/geo_filters/src/test_rng.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use rand::{rngs::StdRng, SeedableRng as _};
1212
/// is only ran once with this seed.
1313
pub fn prng_test_harness<F>(iterations: usize, mut test_fn: F)
1414
where
15-
F: FnMut(&mut StdRng) -> (),
15+
F: FnMut(&mut StdRng),
1616
{
1717
let maybe_manual_seed = std::env::var("TEST_SEED")
1818
.map(|s| s.parse::<u64>().expect("Parse TEST_SEED to u64"))

0 commit comments

Comments
 (0)