From 5c30df59547f9aa72eaa08ba4801ea8c45030e07 Mon Sep 17 00:00:00 2001 From: Frank Steffahn Date: Sat, 7 Aug 2021 13:42:15 +0200 Subject: [PATCH] Fix intra doc link in hidden doc of Iterator::__iterator_get_unchecked --- library/core/src/iter/traits/iterator.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/core/src/iter/traits/iterator.rs b/library/core/src/iter/traits/iterator.rs index c199b068cbb..6b24d33bebc 100644 --- a/library/core/src/iter/traits/iterator.rs +++ b/library/core/src/iter/traits/iterator.rs @@ -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]