Skip to content

Commit a98af2e

Browse files
committed
Add From<Limb> bound for Integer
1 parent bcd0765 commit a98af2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/traits.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ pub trait Integer:
115115
+ From<u16>
116116
+ From<u32>
117117
+ From<u64>
118+
+ From<Limb>
118119
+ Mul<Output = Self>
119120
+ for<'a> Mul<&'a Self, Output = Self>
120121
+ MulMod<Output = Self>

0 commit comments

Comments
 (0)