Merge 53e56535f2
into aa36cdb206
This commit is contained in:
commit
e97cd5debd
|
@ -8,6 +8,7 @@ use ops::saturating::Saturating;
|
||||||
pub trait PrimInt
|
pub trait PrimInt
|
||||||
: Sized
|
: Sized
|
||||||
+ Copy
|
+ Copy
|
||||||
|
+ Default
|
||||||
+ Num + NumCast
|
+ Num + NumCast
|
||||||
+ Bounded
|
+ Bounded
|
||||||
+ PartialOrd + Ord + Eq
|
+ PartialOrd + Ord + Eq
|
||||||
|
|
Loading…
Reference in New Issue