Uh oh!
There was an error while loading. Please reload this page.
Simplify iter sources doc and links - #76816
Conversation
rust-highfive
commented
Sep 17, 2020
r? @dtolnay (rust_highfive has picked a reviewer for you, use r? to override) |
jyn514
left a comment
There was a problem hiding this comment.
Same nits for the other changes.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| /// applying the provided closure `F: FnMut() -> A`. | ||
| /// | ||
| /// This `struct` is created by the [`repeat_with`] function. | ||
| /// This `struct` is created by [`repeat_with`]. |
There was a problem hiding this comment.
| /// This `struct` is created by [`repeat_with`]. | |
| /// This `struct` is created by [`repeat_with()`]. |
and same newline nit as above
dtolnay
commented
Sep 19, 2020
dtolnay
left a comment
There was a problem hiding this comment.
I think I prefer the original wording before this PR. "created by once" is less clear to me than "created by the once function" or "created by iter::once".
| /// applying the provided closure `F: FnMut() -> A`. | ||
| /// | ||
| /// This `struct` is created by the [`repeat_with`] function. | ||
| /// This `struct` is created by [`iter::repeat_with`]. |
There was a problem hiding this comment.
All these links will be broken, you need to add reference links:
[`iter::repeat_with`]: repeat_with
pickfire
commented
Sep 21, 2020
@poliorcetics is working on this with the same file as this, I believe I should let him continue. |
No description provided.