Skip to content

Commit bd9563a

Browse files
committed
auto merge of #15249 : aochagavia/rust/rand, r=huonw
2 parents b569c77 + 96fdf4d commit bd9563a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librand/rand_impls.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ tuple_impl!{A, B, C, D, E, F, G}
203203
tuple_impl!{A, B, C, D, E, F, G, H}
204204
tuple_impl!{A, B, C, D, E, F, G, H, I}
205205
tuple_impl!{A, B, C, D, E, F, G, H, I, J}
206+
tuple_impl!{A, B, C, D, E, F, G, H, I, J, K}
207+
tuple_impl!{A, B, C, D, E, F, G, H, I, J, K, L}
206208

207209
impl<T:Rand> Rand for Option<T> {
208210
#[inline]

0 commit comments

Comments
 (0)