Skip to content

Commit dce543f

Browse files
uintwebmaster128
andauthored
style
Co-authored-by: Simon Warta <[email protected]>
1 parent b20dad9 commit dce543f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/std/src/math/uint256.rs

-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ impl Uint256 {
100100
}
101101

102102
pub const fn from_uint128(num: Uint128) -> Self {
103-
let num = num.u128();
104103
let bytes = num.to_le_bytes();
105104

106105
Self::from_le_bytes([

0 commit comments

Comments
 (0)