mirror of https://github.com/hannobraun/Fornjot
Consolidate redundant re-exports
This commit is contained in:
parent
1ddaea98f0
commit
dff88af85b
|
@ -1,3 +1 @@
|
|||
mod cycle;
|
||||
|
||||
pub use self::cycle::JoinCycle;
|
||||
pub mod cycle;
|
||||
|
|
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue