Skip to content

Commit 5c30df5

Browse files
committed
Fix intra doc link in hidden doc of Iterator::__iterator_get_unchecked
1 parent 6b20506 commit 5c30df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/iter/traits/iterator.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3452,7 +3452,7 @@ pub trait Iterator {
34523452
self.map(f).is_sorted()
34533453
}
34543454

3455-
/// See [TrustedRandomAccess]
3455+
/// See [TrustedRandomAccess][super::super::TrustedRandomAccess]
34563456
// The unusual name is to avoid name collisions in method resolution
34573457
// see #76479.
34583458
#[inline]

0 commit comments

Comments
 (0)