Skip to content

Commit c5a35f4

Browse files
committed
Update documentation
1 parent fa01372 commit c5a35f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libcore/iter/iterator.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,7 @@ pub trait Iterator {
266266
///
267267
/// # Panics
268268
///
269-
/// If the given step is `0`, the method will panic if debug assertions are
270-
/// enabled.
269+
/// The method will panic if the given step is `0`.
271270
///
272271
/// # Examples
273272
///

0 commit comments

Comments
 (0)