From 62419e94e16f9f7620e88d0ed7c069e0dc7af1b0 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Mon, 9 Sep 2024 13:00:57 -0700 Subject: [PATCH] consistency --- fixed_wide/src/fixed.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixed_wide/src/fixed.rs b/fixed_wide/src/fixed.rs index c754857..29f59b4 100644 --- a/fixed_wide/src/fixed.rs +++ b/fixed_wide/src/fixed.rs @@ -113,7 +113,7 @@ macro_rules! impl_additive_assign_operator { BInt:::From, { fn $method(&mut self, other: U) { - self.bits.$method(BInt::::from(other)<::from(other).shl(F as u32)); } } };