Skip to content

Commit

Permalink
auto merge of #9182 : bjz/rust/master, r=brson
Browse files Browse the repository at this point in the history
Somehow this was missed!

cc #4819
  • Loading branch information
bors committed Sep 14, 2013
2 parents 5f2f952 + ec8f884 commit bca015d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libstd/num/num.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ pub trait Primitive: Clone
+ DeepClone
+ Num
+ NumCast
+ Orderable
+ Bounded
+ Neg<Self>
+ Add<Self,Self>
Expand Down

0 comments on commit bca015d

Please sign in to comment.