From a36047f0dc3225ff5e7cdeec249d87c36d605e33 Mon Sep 17 00:00:00 2001 From: rodrimati1992 Date: Sun, 25 Jul 2021 18:44:25 -0300 Subject: [PATCH] Documented needed crate feature --- src/distributions/other.rs | 1 + 1 file changed, 1 insertion(+) 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