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 mod cycle;
|
||||||
|
|
||||||
pub use self::cycle::JoinCycle;
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ pub use self::{
|
||||||
surface::BuildSurface,
|
surface::BuildSurface,
|
||||||
},
|
},
|
||||||
insert::{Insert, IsInserted, IsInsertedNo, IsInsertedYes},
|
insert::{Insert, IsInserted, IsInsertedNo, IsInsertedYes},
|
||||||
join::JoinCycle,
|
join::cycle::JoinCycle,
|
||||||
update::{
|
update::{
|
||||||
UpdateCycle, UpdateFace, UpdateHalfEdge, UpdateShell, UpdateSolid,
|
UpdateCycle, UpdateFace, UpdateHalfEdge, UpdateShell, UpdateSolid,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue