Rollup merge of #144575 - xonx4l:patch-6, r=scottmcm
fixed typo chunks->as_chunks Fixes rust-lang/rust#144555 info-: fix typo chunks -> as_chunks This now take us to as_chunks page when clicking on as_chunks link and not to chunks . Thanks .
This commit is contained in:
commit
f9c114ef90
1 changed files with 1 additions and 1 deletions
|
|
@ -1230,7 +1230,7 @@ impl<T> [T] {
|
|||
///
|
||||
/// [`chunks`]: slice::chunks
|
||||
/// [`rchunks_exact`]: slice::rchunks_exact
|
||||
/// [`as_chunks`]: slice::chunks
|
||||
/// [`as_chunks`]: slice::as_chunks
|
||||
#[stable(feature = "chunks_exact", since = "1.31.0")]
|
||||
#[rustc_const_unstable(feature = "const_slice_make_iter", issue = "137737")]
|
||||
#[inline]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue