diff -r c4e394a9c84c -r 402d717bb5c0 src/loc.rs --- a/src/loc.rs Mon Sep 01 13:51:03 2025 -0500 +++ b/src/loc.rs Mon Sep 01 20:55:34 2025 -0500 @@ -448,6 +448,8 @@ domination!(L2, L1); impl Euclidean for Loc { + type OwnedEuclidean = Self; + /// This implementation is not stabilised as it's meant to be used for very small vectors. /// Use [`nalgebra`] for larger vectors. #[inline]