@@ -5390,7 +5390,7 @@ unsafe impl<'a, T> TrustedRandomAccess for ChunksMut<'a, T> {
5390
5390
/// This struct is created by the [`chunks_exact`] method on [slices].
5391
5391
///
5392
5392
/// [`chunks_exact`]: ../../std/primitive.slice.html#method.chunks_exact
5393
- /// [`remainder`]: ../../std/ slice/struct. ChunksExact.html#method. remainder
5393
+ /// [`remainder`]: crate:: slice:: ChunksExact:: remainder
5394
5394
/// [slices]: ../../std/primitive.slice.html
5395
5395
#[ derive( Debug ) ]
5396
5396
#[ stable( feature = "chunks_exact" , since = "1.31.0" ) ]
@@ -5530,7 +5530,7 @@ unsafe impl<'a, T> TrustedRandomAccess for ChunksExact<'a, T> {
5530
5530
/// This struct is created by the [`chunks_exact_mut`] method on [slices].
5531
5531
///
5532
5532
/// [`chunks_exact_mut`]: ../../std/primitive.slice.html#method.chunks_exact_mut
5533
- /// [`into_remainder`]: ../../std/ slice/struct. ChunksExactMut.html#method. into_remainder
5533
+ /// [`into_remainder`]: crate:: slice:: ChunksExactMut:: into_remainder
5534
5534
/// [slices]: ../../std/primitive.slice.html
5535
5535
#[ derive( Debug ) ]
5536
5536
#[ stable( feature = "chunks_exact" , since = "1.31.0" ) ]
@@ -5667,7 +5667,7 @@ unsafe impl<'a, T> TrustedRandomAccess for ChunksExactMut<'a, T> {
5667
5667
/// This struct is created by the [`array_chunks`] method on [slices].
5668
5668
///
5669
5669
/// [`array_chunks`]: ../../std/primitive.slice.html#method.array_chunks
5670
- /// [`remainder`]: ../../std/ slice/struct. ArrayChunks.html#method. remainder
5670
+ /// [`remainder`]: crate:: slice:: ArrayChunks:: remainder
5671
5671
/// [slices]: ../../std/primitive.slice.html
5672
5672
#[ derive( Debug ) ]
5673
5673
#[ unstable( feature = "array_chunks" , issue = "74985" ) ]
@@ -6072,7 +6072,7 @@ unsafe impl<'a, T> TrustedRandomAccess for RChunksMut<'a, T> {
6072
6072
/// This struct is created by the [`rchunks_exact`] method on [slices].
6073
6073
///
6074
6074
/// [`rchunks_exact`]: ../../std/primitive.slice.html#method.rchunks_exact
6075
- /// [`remainder`]: ../../std/ slice/struct. ChunksExact.html#method. remainder
6075
+ /// [`remainder`]: crate:: slice:: ChunksExact:: remainder
6076
6076
/// [slices]: ../../std/primitive.slice.html
6077
6077
#[ derive( Debug ) ]
6078
6078
#[ stable( feature = "rchunks" , since = "1.31.0" ) ]
@@ -6217,7 +6217,7 @@ unsafe impl<'a, T> TrustedRandomAccess for RChunksExact<'a, T> {
6217
6217
/// This struct is created by the [`rchunks_exact_mut`] method on [slices].
6218
6218
///
6219
6219
/// [`rchunks_exact_mut`]: ../../std/primitive.slice.html#method.rchunks_exact_mut
6220
- /// [`into_remainder`]: ../../std/ slice/struct. ChunksExactMut.html#method. into_remainder
6220
+ /// [`into_remainder`]: crate:: slice:: ChunksExactMut:: into_remainder
6221
6221
/// [slices]: ../../std/primitive.slice.html
6222
6222
#[ derive( Debug ) ]
6223
6223
#[ stable( feature = "rchunks" , since = "1.31.0" ) ]
@@ -6470,7 +6470,7 @@ pub unsafe fn from_raw_parts<'a, T>(data: *const T, len: usize) -> &'a [T] {
6470
6470
/// [valid]: ../../std/ptr/index.html#safety
6471
6471
/// [`NonNull::dangling()`]: ../../std/ptr/struct.NonNull.html#method.dangling
6472
6472
/// [`pointer::offset`]: ../../std/primitive.pointer.html#method.offset
6473
- /// [`from_raw_parts`]: ../../std/ slice/fn. from_raw_parts.html
6473
+ /// [`from_raw_parts`]: crate:: slice:: from_raw_parts
6474
6474
#[ inline]
6475
6475
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
6476
6476
pub unsafe fn from_raw_parts_mut < ' a , T > ( data : * mut T , len : usize ) -> & ' a mut [ T ] {
0 commit comments