Add slightly better docs

pull/388/head
Felipe Sere 5 years ago
parent 8126bb1882
commit e1ba87e7c1

@ -28,6 +28,8 @@ impl<T: Copy> Stream for Cycle<T> {
}
}
/// Creats a stream that yields the provided values infinitely and in order.
///
/// # Examples
///
/// Basic usage:

Loading…
Cancel
Save