diff -r 0a689881b0f1 -r 89371dc4d637 src/convex.rs --- a/src/convex.rs Mon May 12 16:28:50 2025 -0500 +++ b/src/convex.rs Mon May 12 19:30:41 2025 -0500 @@ -401,7 +401,7 @@ impl Prox for Norm222 where F: Float, - X: Euclidean, + X: Euclidean, { type Prox<'a> = Scaled @@ -416,7 +416,7 @@ impl DifferentiableImpl for Norm222 where F: Float, - X: Euclidean, + X: Euclidean, { type Derivative = X; @@ -428,7 +428,7 @@ impl LipschitzDifferentiableImpl for Norm222 where F: Float, - X: Euclidean, + X: Euclidean, { type FloatType = F;