Un-derive unused Clone implementation

This commit is contained in:
Hanno Braun 2024-10-23 19:28:27 +02:00
parent 1b8cb20ce5
commit 6d9a55c574

View File

@ -308,7 +308,6 @@ pub enum CurveGeom2 {
///
/// Surface are represented by triangle meshes, their uniform intermediate
/// representation.
#[derive(Clone)]
pub struct SurfaceGeom {
/// # The geometric representation of the surface
pub geometry: Rc<dyn GenTriMesh>,