Skip to content

Commit

Permalink
Fix clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lewiszlw committed Mar 6, 2024
1 parent f4f7a73 commit 4233ff4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/function/intersects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ fn intersects<O: OffsetSizeTrait, F: OffsetSizeTrait>(
.map(|geom_index| {
#[cfg(feature = "geos")]
{
use datafusion_common::DataFusionError;
use geos::Geom;
match (arr0.geos_value(geom_index)?, arr1.geos_value(geom_index)?) {
(Some(geom0), Some(geom1)) => {
Expand Down

0 comments on commit 4233ff4

Please sign in to comment.