diff -r 44d859269132 -r 0b9aecd7bb76 src/loc.rs --- a/src/loc.rs Sun May 18 23:15:50 2025 -0500 +++ b/src/loc.rs Sun May 18 23:31:48 2025 -0500 @@ -608,7 +608,7 @@ } } -impl Dist for Loc { +impl Dist for Loc { #[inline] fn dist>(&self, other: I, _: L2) -> F { self.dist2(other) @@ -635,7 +635,7 @@ } } -impl Dist for Loc { +impl Dist for Loc { #[inline] fn dist>(&self, other: I, _: L1) -> F { other.eval_ref_decompose(|r| { @@ -663,7 +663,7 @@ } } -impl Dist for Loc { +impl Dist for Loc { #[inline] fn dist>(&self, other: I, _: Linfinity) -> F { other.eval_ref_decompose(|r| {