mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-11 13:28:28 +00:00
Remove redundant re-export
This commit is contained in:
parent
a46683aff3
commit
0a94adf4ea
@ -2,8 +2,6 @@ mod sketch;
|
||||
mod surface;
|
||||
mod tri_mesh;
|
||||
|
||||
pub use self::{
|
||||
sketch::Sketch,
|
||||
surface::SurfaceGeometry,
|
||||
tri_mesh::{ToTriMesh, TriMesh},
|
||||
};
|
||||
pub use self::{sketch::Sketch, surface::SurfaceGeometry, tri_mesh::ToTriMesh};
|
||||
|
||||
pub use fj_interop::TriMesh;
|
||||
|
@ -1,4 +1,4 @@
|
||||
pub use fj_interop::TriMesh;
|
||||
use fj_interop::TriMesh;
|
||||
|
||||
pub trait ToTriMesh {
|
||||
fn to_tri_mesh(&self) -> TriMesh;
|
||||
|
Loading…
Reference in New Issue
Block a user