Skip to content

Commit 82b819a

Browse files
Documented needed crate feature
1 parent 46e11cd commit 82b819a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rng.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ macro_rules! impl_fill {
392392
impl_fill!(u16, u32, u64, usize, u128,);
393393
impl_fill!(i8, i16, i32, i64, isize, i128,);
394394

395+
#[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))]
395396
#[cfg(feature = "min_const_gen")]
396397
impl<T, const N: usize> Fill for [T; N]
397398
where [T]: Fill

0 commit comments

Comments
 (0)