diff -r 0a689881b0f1 -r 89371dc4d637 src/loc.rs --- a/src/loc.rs Mon May 12 16:28:50 2025 -0500 +++ b/src/loc.rs Mon May 12 19:30:41 2025 -0500 @@ -433,8 +433,6 @@ domination!(L2, L1); impl Euclidean for Loc { - type Output = Self; - /// This implementation is not stabilised as it's meant to be used for very small vectors. /// Use [`nalgebra`] for larger vectors. #[inline]