diff --git a/experiments/2025-03-18/src/operations/translate.rs b/experiments/2025-03-18/src/operations/translate.rs index d8e88f3da..3dbd07387 100644 --- a/experiments/2025-03-18/src/operations/translate.rs +++ b/experiments/2025-03-18/src/operations/translate.rs @@ -21,6 +21,7 @@ impl TranslateExt for Curve { // The other scenario is that curves end up being defined globally, in // 3D space, which means we have to do the actual translation here. // We'll see how it shakes out. + let Curve {} = self; Curve {} }