1
Fork 0

auto merge of #9182 : bjz/rust/master, r=brson

Somehow this was missed!

cc #4819
This commit is contained in:
bors 2013-09-14 11:15:54 -07:00
commit bca015d9ff

View file

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