Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Theißen <[email protected]>
  • Loading branch information
pgherveou and athei authored Sep 10, 2024
1 parent c21a476 commit 32ab29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uint/benches/bigint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ criterion_group!(
criterion_main!(bigint);

fn to_biguint(x: U256) -> BigUint {
let mut bytes = x.to_little_endian();
let bytes = x.to_little_endian();
BigUint::from_bytes_le(&bytes)
}

Expand Down

0 comments on commit 32ab29d

Please sign in to comment.