Fix intra doc link in hidden doc of Iterator::__iterator_get_unchecked
This commit is contained in:
parent
6b20506d17
commit
5c30df5954
1 changed files with 1 additions and 1 deletions
|
@ -3452,7 +3452,7 @@ pub trait Iterator {
|
||||||
self.map(f).is_sorted()
|
self.map(f).is_sorted()
|
||||||
}
|
}
|
||||||
|
|
||||||
/// See [TrustedRandomAccess]
|
/// See [TrustedRandomAccess][super::super::TrustedRandomAccess]
|
||||||
// The unusual name is to avoid name collisions in method resolution
|
// The unusual name is to avoid name collisions in method resolution
|
||||||
// see #76479.
|
// see #76479.
|
||||||
#[inline]
|
#[inline]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue