Skip to content

Commit

Permalink
Impl Rand for tuples of arity 11 and 12
Browse files Browse the repository at this point in the history
  • Loading branch information
aochagavia committed Jun 29, 2014
1 parent e6d6c8b commit 96fdf4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/librand/rand_impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ tuple_impl!{A, B, C, D, E, F, G}
tuple_impl!{A, B, C, D, E, F, G, H}
tuple_impl!{A, B, C, D, E, F, G, H, I}
tuple_impl!{A, B, C, D, E, F, G, H, I, J}
tuple_impl!{A, B, C, D, E, F, G, H, I, J, K}
tuple_impl!{A, B, C, D, E, F, G, H, I, J, K, L}

impl<T:Rand> Rand for Option<T> {
#[inline]
Expand Down

0 comments on commit 96fdf4d

Please sign in to comment.