We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b20506 commit 5c30df5Copy full SHA for 5c30df5
1 file changed
library/core/src/iter/traits/iterator.rs
@@ -3452,7 +3452,7 @@ pub trait Iterator {
3452
self.map(f).is_sorted()
3453
}
3454
3455
- /// See [TrustedRandomAccess]
+ /// See [TrustedRandomAccess][super::super::TrustedRandomAccess]
3456
// The unusual name is to avoid name collisions in method resolution
3457
// see #76479.
3458
#[inline]
0 commit comments