From a274b6d232bbfb9953ab7e387951638206925b6a Mon Sep 17 00:00:00 2001 From: Quaternions Date: Thu, 3 Oct 2024 12:31:41 -0700 Subject: [PATCH] not that important --- ratio_ops/src/ratio.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ratio_ops/src/ratio.rs b/ratio_ops/src/ratio.rs index a525b71..00ad27c 100644 --- a/ratio_ops/src/ratio.rs +++ b/ratio_ops/src/ratio.rs @@ -266,10 +266,7 @@ impl PartialEq> for Ratio< (self.num*other.den).eq(&(other.num*self.den)) } } -impl Eq for Ratio - where - Ratio:PartialEq, -{} +impl Eq for Ratio where Self:PartialEq{} impl PartialOrd> for Ratio where