IntoIterator and FromIterator say "module level documentation" but link to traits #42267
Labels
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
At https://github.com/rust-lang/rust/blob/master/src/libcore/iter/traits.rs#L112 and https://github.com/rust-lang/rust/blob/master/src/libcore/iter/traits.rs#L220, there's text:
However, the links go to
trait.FromIterator.html
andtrait.IntoIterator.html
.Would it be an alright change to have these say
See the [trait-level documentation] for more information.
instead?The text was updated successfully, but these errors were encountered: