We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a046e commit 3f93151Copy full SHA for 3f93151
src/libcore/iter/iterator.rs
@@ -168,7 +168,7 @@ pub trait Iterator {
168
/// This function might panic if the iterator has more than [`usize::MAX`]
169
/// elements.
170
///
171
- /// [`usize::MAX`]: ../../std/isize/constant.MAX.html
+ /// [`usize::MAX`]: ../../std/usize/constant.MAX.html
172
173
/// # Examples
174
0 commit comments