Skip to content

Incorrect cross-link in chunks_exact docs #144555

@scottmcm

Description

@scottmcm

Location

/// [`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 toolsE-easyCall 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.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions