We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff7da6 commit 1095dcaCopy full SHA for 1095dca
library/core/src/ops/range.rs
@@ -739,8 +739,8 @@ pub trait RangeBounds<T: ?Sized> {
739
/// The returned [`Range`] is safe to pass to [`slice::get_unchecked`] and
740
/// [`slice::get_unchecked_mut`] for slices of the given length.
741
///
742
- /// [`slice::get_unchecked`]: crate::slice::get_unchecked
743
- /// [`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
744
745
/// # Panics
746
0 commit comments