We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d6d089 commit 7f2f9c6Copy full SHA for 7f2f9c6
library/core/src/iter/traits/iterator.rs
@@ -3028,7 +3028,8 @@ pub trait Iterator {
3028
///
3029
/// Instead of stopping at [`None`], the iterator will instead start again,
3030
/// from the beginning. After iterating again, it will start at the
3031
- /// beginning again. And again. And again. Forever.
+ /// beginning again. And again. And again. Forever. Note that in case the
3032
+ /// original iterator is empty the resulting iterator will also be empty.
3033
3034
/// # Examples
3035
0 commit comments