Fix intra doc link in hidden doc of Iterator::__iterator_get_unchecked

This commit is contained in:
Frank Steffahn 2021-08-07 13:42:15 +02:00
parent 6b20506d17
commit 5c30df5954

View File

@ -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]