diff options
| author | Ivan Dardi <ivy.dardi@gmail.com> | 2017-05-15 16:59:43 -0300 |
|---|---|---|
| committer | Ivan Dardi <ivy.dardi@gmail.com> | 2017-05-15 16:59:43 -0300 |
| commit | c5a35f4a8d0bd1726f52710063d4f72cb4cc338b (patch) | |
| tree | 2cca894a3774c88677f9815da6cf6db15004d4a0 | |
| parent | fa013725556fcf017aabef2e9c19837f45257b28 (diff) | |
Update documentation
| -rw-r--r-- | src/libcore/iter/iterator.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libcore/iter/iterator.rs b/src/libcore/iter/iterator.rs index 1277acfb8bb..27b7bb2fa2e 100644 --- a/src/libcore/iter/iterator.rs +++ b/src/libcore/iter/iterator.rs @@ -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 /// |
