Add slightly better docs

This commit is contained in:
Felipe Sere 2019-10-24 16:42:03 -05:00
parent 8126bb1882
commit e1ba87e7c1

View file

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