-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.
Description
Location
rust/library/core/src/slice/mod.rs
Lines 1233 to 1237 in f8e355c
/// [`chunks`]: slice::chunks | |
/// [`rchunks_exact`]: slice::rchunks_exact | |
/// [`as_chunks`]: slice::chunks | |
#[stable(feature = "chunks_exact", since = "1.31.0")] | |
#[rustc_const_unstable(feature = "const_slice_make_iter", issue = "137737")] |
https://doc.rust-lang.org/nightly/std/primitive.slice.html#method.chunks_exact
Summary
The as_chunks
link is actually going to chunks
.
(Oops, I got the rest of them right in #143265, but typo'd this one.)
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.