diff --git a/fj/src/shape_3d.rs b/fj/src/shape_3d.rs index b9274089f..0491f2d27 100644 --- a/fj/src/shape_3d.rs +++ b/fj/src/shape_3d.rs @@ -16,7 +16,7 @@ pub enum Shape3d { impl From for Shape { fn from(shape: Shape3d) -> Self { - Self::Shape3d(shape.into()) + Self::Shape3d(shape) } }