File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,6 @@ impl<T> [T] {
356
356
///
357
357
/// [`get_unchecked`]: #method.get_unchecked
358
358
/// [`get_unchecked_mut`]: #method.get_unchecked_mut
359
- /// [`Range`]: ops/struct.Range.html
360
359
///
361
360
/// # Panics
362
361
///
@@ -393,7 +392,7 @@ impl<T> [T] {
393
392
/// [10, 40, 30].check_range(1..=usize::MAX);
394
393
/// ```
395
394
///
396
- /// [`Index::index`]: ops/trait. Index.html#tymethod. index
395
+ /// [`Index::index`]: ops:: Index:: index
397
396
#[ track_caller]
398
397
#[ unstable( feature = "slice_check_range" , issue = "none" ) ]
399
398
pub fn check_range < R : RangeBounds < usize > > ( & self , range : R ) -> Range < usize > {
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ const LINKCHECK_EXCEPTIONS: &[(&str, &[&str])] = &[
39
39
"#method.sort_by_key" ,
40
40
"#method.make_ascii_uppercase" ,
41
41
"#method.make_ascii_lowercase" ,
42
+ "#method.get_unchecked_mut" ,
42
43
] ,
43
44
) ,
44
45
// These try to link to std::collections, but are defined in alloc
You can’t perform that action at this time.
0 commit comments