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