Skip to content

Commit d9f5eeb

Browse files
Rollup merge of #48360 - redcape:redcape-count-doc-fix, r=cramertj
Fix count usize link typo in docs The docs point to isize when the link should be going to usize instead. Fix the doc.
2 parents d6e649a + 3f93151 commit d9f5eeb

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)