Move to intra-doc links for library/core/src/iter/traits/iterator.rs#76238
Merged
bors merged 6 commits intorust-lang:masterfrom Sep 3, 2020
Merged
Move to intra-doc links for library/core/src/iter/traits/iterator.rs#76238bors merged 6 commits intorust-lang:masterfrom
bors merged 6 commits intorust-lang:masterfrom
Conversation
Contributor
|
r? @sfackler (rust_highfive has picked a reviewer for you, use r? to override) |
Member
|
r? @jyn514 |
jyn514
reviewed
Sep 2, 2020
Member
jyn514
left a comment
There was a problem hiding this comment.
Thanks so much for all your hard work! I don't have other issues in mind just at the moment, but I'm sure @Dylan-DPC or someone else will have suggestions - #73904 might be a good fit.
| /// [`Some(T)`] again. `fuse()` adapts an iterator, ensuring that after a | ||
| /// [`None`] is given, it will always return [`None`] forever. | ||
| /// | ||
| /// [`Some(T)`]: Some |
Member
There was a problem hiding this comment.
Broken link, needs to be re-added.
Member
There was a problem hiding this comment.
This one is still missing a link.
Member
Oh I see, this is in |
jyn514
reviewed
Sep 2, 2020
Member
|
@bors r+ rollup Thanks again! |
Collaborator
|
📌 Commit 89e7fb3 has been approved by |
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Sep 3, 2020
Rollup of 12 pull requests Successful merges: - rust-lang#75150 (Add a note for Ipv4Addr::to_ipv6_compatible) - rust-lang#76120 (Add `[T; N]::as_[mut_]slice`) - rust-lang#76142 (Make all methods of `std::net::Ipv4Addr` const) - rust-lang#76164 (Link to slice pattern in array docs) - rust-lang#76167 (Replace MinGW library hack with heuristic controlling link mode) - rust-lang#76204 (Rename and expose LoopState as ControlFlow) - rust-lang#76238 (Move to intra-doc links for library/core/src/iter/traits/iterator.rs) - rust-lang#76242 (Read: adjust a FIXME reference) - rust-lang#76243 (Fix typos in vec try_reserve(_exact) docs) - rust-lang#76245 (inliner: Avoid query cycles when optimizing generators) - rust-lang#76255 (Update books) - rust-lang#76261 (Use intra-doc links in `core::marker`) Failed merges: r? @ghost
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Helps with #75080.
@jyn514 We're almost finished with this issue. Thanks for mentoring. If you have other topics to work on just let me know, I will be around in Discord.
@rustbot modify labels: T-doc, A-intra-doc-links
Known issues:
Link from
coretostd(Figure out a way to link to downstream crates #74481):[
OsStr][
String][
VecDeque<T>]