-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Indicate where core::result::IntoIter
is created.
#35845
Conversation
@@ -901,7 +901,12 @@ impl<'a, T> DoubleEndedIterator for IterMut<'a, T> { | |||
#[stable(feature = "rust1", since = "1.0.0")] | |||
impl<'a, T> ExactSizeIterator for IterMut<'a, T> {} | |||
|
|||
/// An iterator over the value in a `Ok` variant of a `Result`. | |||
/// An iterator over the value in a `Ok` variant of a `Result`. This struct is | |||
/// created by the `into_iter` method on [`Result`][`Result`] (provided by the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You don't have to write "[Result
][Result
]". Just "[Result
]" is fine.
Can you also urls for into_iter
please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You don't have to write "[Result][Result]". Just "[Result]" is fine.
I need to, otherwise, it will treat
[`Result`] (provided by the [`IntoIterator`] trait).
as a standard markdown link [...](...)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Latest force push adds a link for into_iter
.
25bf2e5
to
f4d55e1
Compare
Thanks! @bors: r+ rollup |
📌 Commit f4d55e1 has been approved by |
…umeGomez Indicate where `core::result::IntoIter` is created. None
…umeGomez Indicate where `core::result::IntoIter` is created. None
@bors r- Looks like this might have some broken links on OS X. This is from the latest rollup:
|
Looks like #35786 has a similar issue. Maybe we can work together on a fix and apply to both? |
f4d55e1
to
42736c3
Compare
@GuillaumeGomez Did you ever find out what the issue was? |
@frewsxcv: Random tries mainly. |
63259fc
to
e5af9ef
Compare
e5af9ef
to
5652b62
Compare
@GuillaumeGomez Tests pass now. r? |
@bors: r+ rollup |
📌 Commit 5652b62 has been approved by |
…umeGomez Indicate where `core::result::IntoIter` is created. None
Indicate where `core::result::IntoIter` is created. None
No description provided.