diff --git a/src/distributions/other.rs b/src/distributions/other.rs index 71fb267f..0935d055 100644 --- a/src/distributions/other.rs +++ b/src/distributions/other.rs @@ -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 Distribution<[T; N]> for Standard where Standard: Distribution