We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 272188e + 715c562 commit d6c802eCopy full SHA for d6c802e
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