Update documentation

This commit is contained in:
Ivan Dardi 2017-05-15 16:59:43 -03:00
parent fa01372555
commit c5a35f4a8d

View File

@ -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
///