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.
This commit is contained in:
commit
d9f5eeb57e
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ pub trait Iterator {
|
|||
/// This function might panic if the iterator has more than [`usize::MAX`]
|
||||
/// elements.
|
||||
///
|
||||
/// [`usize::MAX`]: ../../std/isize/constant.MAX.html
|
||||
/// [`usize::MAX`]: ../../std/usize/constant.MAX.html
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue