Update description of iter::StepBy
This commit is contained in:
parent
4be488c065
commit
fcb3a7109c
1 changed files with 1 additions and 1 deletions
|
|
@ -520,7 +520,7 @@ impl<I> Iterator for Cycle<I> where I: Clone + Iterator {
|
|||
#[unstable(feature = "fused", issue = "35602")]
|
||||
impl<I> FusedIterator for Cycle<I> where I: Clone + Iterator {}
|
||||
|
||||
/// An iterator that steps by n elements every iteration.
|
||||
/// An adapter for stepping iterators by a custom amount.
|
||||
///
|
||||
/// This `struct` is created by the [`step_by`] method on [`Iterator`]. See
|
||||
/// its documentation for more.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue