-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Add missing urls for array docs #39276
Conversation
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.
r=me with my comment addressed
@@ -347,13 +330,31 @@ mod prim_pointer { } | |||
/// ``` | |||
/// | |||
/// If the array has 32 or fewer elements (see above), you can also use the | |||
/// array reference's `IntoIterator` implementation: | |||
/// array reference's [`IntoIterator`] implementation: |
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.
This could be:
[`IntoIterator`][intoiterator]
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.
We generally try to keep the syntax I've put in here. So not sure if I should change it or not...
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.
Want to change the item using [intoiterator] then?
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.
I don't intend to, however I can "reverse" the other urls if you prefer.
@bors r+ rollup |
📌 Commit c8d1f32 has been approved by |
Add missing urls for array docs r? @frewsxcv
r? @frewsxcv