mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-03 17:40:34 +00:00
clippy --all-features
This commit is contained in:
parent
7e17b4f2db
commit
b2f6c23e2f
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ pub fn scalar_normalize<F0: PrimeFieldBits + Zeroize, F1: PrimeFieldBits>(
|
|||
res2 = res2.double();
|
||||
|
||||
let mut bit = u8::from(*raw_bit);
|
||||
*raw_bit = 0;
|
||||
*raw_bit = false;
|
||||
|
||||
res1 += F0::from(bit.into());
|
||||
res2 += F1::from(bit.into());
|
||||
|
|
Loading…
Reference in a new issue