From 259d78546d0348c0b85a05283f5d3ae387837ab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Wed, 8 Mar 2023 14:08:46 +0100 Subject: [PATCH] Warning fix --- src/query/intersection_test/mod.rs | 2 ++ 1 file changed, 2 insertions(+) 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,