We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f38594 commit 42da74fCopy full SHA for 42da74f
library/core/src/iter/sources/repeat.rs
@@ -7,7 +7,7 @@ use crate::num::NonZero;
7
///
8
/// Infinite iterators like `repeat()` are often used with adapters like
9
/// [`Iterator::take()`], in order to make them finite.
10
-///
+///
11
/// > Please prefer [`str::repeat()`] over this function if you just want
12
/// > to repeat a char/string `n`th times.
13
0 commit comments