mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-03 11:25:18 +00:00
Fix intra doc link in hidden doc of Iterator::__iterator_get_unchecked
This commit is contained in:
parent
6b20506d17
commit
5c30df5954
@ -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…
Reference in New Issue
Block a user