Fix all clippy warnings

This commit is contained in:
Aaron Kutch
2020-12-11 14:45:35 -06:00
parent 1d9d761e9f
commit 1cf47804df
7 changed files with 28 additions and 16 deletions

View File

@@ -181,7 +181,7 @@ where
product_high += product_high & one;
}
return F::from_repr(product_high);
F::from_repr(product_high)
}
intrinsics! {