diff --git a/src/int.rs b/src/int.rs index 84fedc6..b2ff4ec 100644 --- a/src/int.rs +++ b/src/int.rs @@ -8,6 +8,7 @@ use ops::saturating::Saturating; pub trait PrimInt : Sized + Copy + + Default + Num + NumCast + Bounded + PartialOrd + Ord + Eq