Skip to content

Commit

Permalink
Rollup merge of #48360 - redcape:redcape-count-doc-fix, r=cramertj
Browse files Browse the repository at this point in the history
Fix count usize link typo in docs

The docs point to isize when the link should be going to usize instead. Fix the doc.
  • Loading branch information
GuillaumeGomez authored Feb 21, 2018
2 parents d6e649a + 3f93151 commit d9f5eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/iter/iterator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
///
Expand Down

0 comments on commit d9f5eeb

Please sign in to comment.