Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
dylni committed Sep 18, 2020
1 parent 1ff7da6 commit 1095dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/core/src/ops/range.rs
Expand Up @@ -739,8 +739,8 @@ pub trait RangeBounds<T: ?Sized> {
/// The returned [`Range`] is safe to pass to [`slice::get_unchecked`] and
/// [`slice::get_unchecked_mut`] for slices of the given length.
///
/// [`slice::get_unchecked`]: crate::slice::get_unchecked
/// [`slice::get_unchecked_mut`]: crate::slice::get_unchecked_mut
/// [`slice::get_unchecked`]: ../../std/primitive.slice.html#method.get_unchecked
/// [`slice::get_unchecked_mut`]: ../../std/primitive.slice.html#method.get_unchecked_mut
///
/// # Panics
///
Expand Down

0 comments on commit 1095dca

Please sign in to comment.