diff --git a/src/query/intersection_test/mod.rs b/src/query/intersection_test/mod.rs index 3c3bf543..fceb5383 100644 --- a/src/query/intersection_test/mod.rs +++ b/src/query/intersection_test/mod.rs @@ -6,6 +6,8 @@ pub use self::intersection_test_ball_point_query::{ intersection_test_ball_point_query, intersection_test_point_query_ball, }; #[cfg(feature = "std")] +// TODO: remove this once we get rid of IntersectionCompositeShapeShapeBestFirstVisitor +#[allow(deprecated)] pub use self::intersection_test_composite_shape_shape::{ intersection_test_composite_shape_shape, intersection_test_shape_composite_shape, IntersectionCompositeShapeShapeBestFirstVisitor, IntersectionCompositeShapeShapeVisitor,