Skip to content

Commit

Permalink
Documented needed crate feature
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrimati1992 committed Jul 25, 2021
1 parent 82b819a commit a36047f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/distributions/other.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ 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}

#[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))]
#[cfg(feature = "min_const_gen")]
impl<T, const N: usize> Distribution<[T; N]> for Standard
where Standard: Distribution<T>
Expand Down

0 comments on commit a36047f

Please sign in to comment.