Skip to content

Commit

Permalink
Fix intra doc link in hidden doc of Iterator::__iterator_get_unchecked
Browse files Browse the repository at this point in the history
  • Loading branch information
steffahn committed Aug 7, 2021
1 parent 6b20506 commit 5c30df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/iter/traits/iterator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3452,7 +3452,7 @@ pub trait Iterator {
self.map(f).is_sorted()
}

/// See [TrustedRandomAccess]
/// See [TrustedRandomAccess][super::super::TrustedRandomAccess]
// The unusual name is to avoid name collisions in method resolution
// see #76479.
#[inline]
Expand Down

0 comments on commit 5c30df5

Please sign in to comment.