diff --git a/experiments/2024-12-09/src/math/vector.rs b/experiments/2024-12-09/src/math/vector.rs index ef9f23aa1..f1611d44e 100644 --- a/experiments/2024-12-09/src/math/vector.rs +++ b/experiments/2024-12-09/src/math/vector.rs @@ -20,9 +20,9 @@ where } } -impl ops::Add for Vector<3> +impl ops::Add for Vector where - T: Into>, + T: Into>, { type Output = Self;