# HG changeset patch # User Tuomo Valkonen # Date 1735569454 18000 # Node ID ca53a962106c7b00d683cfdb4bd95b05a940a798 # Parent 44a4f258a1ffbeab133fee16fca81c1d433a241d remove unneeded trait bound diff -r 44a4f258a1ff -r ca53a962106c src/convex.rs --- a/src/convex.rs Tue Dec 24 14:07:52 2024 -0500 +++ b/src/convex.rs Mon Dec 30 09:37:34 2024 -0500 @@ -181,7 +181,7 @@ impl Mapping for NormProjection where - Domain : Space + Projection + std::ops::MulAssign, + Domain : Space + Projection, F : Float, E : NormExponent, {