Add Orderable bound to num::Primitive

This commit is contained in:
Brendan Zabarauskas 2013-09-14 12:01:29 +10:00
parent 150b4ffccc
commit ec8f88417c
1 changed files with 1 additions and 0 deletions

View File

@ -279,6 +279,7 @@ pub trait Primitive: Clone
+ DeepClone
+ Num
+ NumCast
+ Orderable
+ Bounded
+ Neg<Self>
+ Add<Self,Self>