Skip to content

Commit 3f93151

Browse files
authored
Fix count usize link typo in docs
1 parent 27a046e commit 3f93151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/iter/iterator.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ pub trait Iterator {
168168
/// This function might panic if the iterator has more than [`usize::MAX`]
169169
/// elements.
170170
///
171-
/// [`usize::MAX`]: ../../std/isize/constant.MAX.html
171+
/// [`usize::MAX`]: ../../std/usize/constant.MAX.html
172172
///
173173
/// # Examples
174174
///

0 commit comments

Comments
 (0)