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: ``` See the [module-level documentation] for more. ``` However, the links go to `trait.FromIterator.html` and `trait.IntoIterator.html`. Would it be an alright change to have these say `See the [trait-level documentation] for more information.` instead?
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.htmlandtrait.IntoIterator.html.Would it be an alright change to have these say
See the [trait-level documentation] for more information.instead?