Skip to content

Commit bca015d

Browse files
committed
auto merge of #9182 : bjz/rust/master, r=brson
Somehow this was missed! cc #4819
2 parents 5f2f952 + ec8f884 commit bca015d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/num/num.rs

+1
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ pub trait Primitive: Clone
279279
+ DeepClone
280280
+ Num
281281
+ NumCast
282+
+ Orderable
282283
+ Bounded
283284
+ Neg<Self>
284285
+ Add<Self,Self>

0 commit comments

Comments
 (0)