src/loc.rs

branch
dev
changeset 132
89371dc4d637
parent 129
d2994e34a5f5
child 133
2b13f8a0c8ba
--- 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<F: Float, const N: usize> Euclidean<F> for Loc<N, F> {
-    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]

mercurial