Consolidate redundant re-exports

This commit is contained in:
Hanno Braun 2023-05-04 12:42:41 +02:00
parent 1ddaea98f0
commit dff88af85b
2 changed files with 2 additions and 4 deletions

View File

@ -1,3 +1 @@
mod cycle;
pub use self::cycle::JoinCycle;
pub mod cycle;

View File

@ -15,7 +15,7 @@ pub use self::{
surface::BuildSurface,
},
insert::{Insert, IsInserted, IsInsertedNo, IsInsertedYes},
join::JoinCycle,
join::cycle::JoinCycle,
update::{
UpdateCycle, UpdateFace, UpdateHalfEdge, UpdateShell, UpdateSolid,
},