From bb98c7b804997f6d06c6329138d963857ff6e006 Mon Sep 17 00:00:00 2001 From: Stefan Altmayer Date: Sun, 14 Jan 2024 22:16:59 +0100 Subject: [PATCH] Make clippy happy again! --- src/delaunay_core/mod.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/delaunay_core/mod.rs b/src/delaunay_core/mod.rs index 75bb6dc..b17129a 100644 --- a/src/delaunay_core/mod.rs +++ b/src/delaunay_core/mod.rs @@ -31,7 +31,3 @@ pub use line_side_info::LineSideInfo; pub use handles::iterators; pub use handles::*; - -pub use math::{ - validate_coordinate, validate_vertex, InsertionError, MAX_ALLOWED_VALUE, MIN_ALLOWED_VALUE, -};