Skip to content

Commit e1ba87e

Browse files
committed
Add slightly better docs
1 parent 8126bb1 commit e1ba87e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/stream/cycle.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ impl<T: Copy> Stream for Cycle<T> {
2828
}
2929
}
3030

31+
/// Creats a stream that yields the provided values infinitely and in order.
32+
///
3133
/// # Examples
3234
///
3335
/// Basic usage:

0 commit comments

Comments
 (0)