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

Somehow this was missed!

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

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