mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-08 20:08:30 +00:00
Un-derive unused Clone
implementation
This commit is contained in:
parent
1b8cb20ce5
commit
6d9a55c574
@ -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>,
|
||||
|
Loading…
Reference in New Issue
Block a user