Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update documentation
  • Loading branch information
melothemarten committed May 15, 2017
commit c5a35f4a8d0bd1726f52710063d4f72cb4cc338b
3 changes: 1 addition & 2 deletions src/libcore/iter/iterator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,7 @@ pub trait Iterator {
///
/// # Panics
///
/// If the given step is `0`, the method will panic if debug assertions are
/// enabled.
/// The method will panic if the given step is `0`.
///
/// # Examples
///
Expand Down