Skip to content

Commit a36047f

Browse files
Documented needed crate feature
1 parent 82b819a commit a36047f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/distributions/other.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ tuple_impl! {A, B, C, D, E, F, G, H, I, J}
186186
tuple_impl! {A, B, C, D, E, F, G, H, I, J, K}
187187
tuple_impl! {A, B, C, D, E, F, G, H, I, J, K, L}
188188

189+
#[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))]
189190
#[cfg(feature = "min_const_gen")]
190191
impl<T, const N: usize> Distribution<[T; N]> for Standard
191192
where Standard: Distribution<T>

0 commit comments

Comments
 (0)