mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-31 09:55:24 +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()
|
||||
}
|
||||
|
||||
/// See [TrustedRandomAccess]
|
||||
/// See [TrustedRandomAccess][super::super::TrustedRandomAccess]
|
||||
// The unusual name is to avoid name collisions in method resolution
|
||||
// see #76479.
|
||||
#[inline]
|
||||
|
Loading…
Reference in New Issue
Block a user