We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c528d24 commit 7d67546Copy full SHA for 7d67546
library/core/src/slice/index.rs
@@ -105,7 +105,7 @@ pub(super) fn slice_end_index_overflow_fail() -> ! {
105
/// std::slice::check_range(3, 1..=usize::MAX);
106
/// ```
107
///
108
-/// [`Index::index`]: crate::ops::Index::index
+/// [`Index::index`]: ops::Index::index
109
#[track_caller]
110
#[unstable(feature = "slice_check_range", issue = "76393")]
111
pub fn check_range<R: RangeBounds<usize>>(len: usize, range: R) -> Range<usize> {
0 commit comments