diff --git a/geo/src/algorithm/bool_ops/mod.rs b/geo/src/algorithm/bool_ops/mod.rs index ab3c42b29..9d04bf122 100644 --- a/geo/src/algorithm/bool_ops/mod.rs +++ b/geo/src/algorithm/bool_ops/mod.rs @@ -2,8 +2,6 @@ mod i_overlay_integration; #[cfg(test)] mod tests; -#[cfg(feature = "multithreading")] -use rayon::prelude::IntoParallelIterator; #[cfg(feature = "multithreading")] use rayon::prelude::*;