Skip to content

Commit

Permalink
hopefully fix rustdoc links
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Sep 15, 2020
1 parent c528d24 commit 7d67546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/slice/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ pub(super) fn slice_end_index_overflow_fail() -> ! {
/// std::slice::check_range(3, 1..=usize::MAX);
/// ```
///
/// [`Index::index`]: crate::ops::Index::index
/// [`Index::index`]: ops::Index::index
#[track_caller]
#[unstable(feature = "slice_check_range", issue = "76393")]
pub fn check_range<R: RangeBounds<usize>>(len: usize, range: R) -> Range<usize> {
Expand Down

0 comments on commit 7d67546

Please sign in to comment.