-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Move to intra-doc links for /library/core/src/char/convert.rs #75553
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
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
library/core/src/char/convert.rs
Outdated
/// [`char`]: crate::char | ||
/// [`u32`]: crate::u32 |
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 meant to link to the primitives, not the modules, I think.
/// [`char`]: crate::char | |
/// [`u32`]: crate::u32 |
(and also remove the trailing newline above, github won't let me add suggestions through deleted lines)
library/core/src/char/convert.rs
Outdated
/// [`char`]: crate::char | ||
/// [`u32`]: crate::u32 |
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.
/// [`char`]: crate::char | |
/// [`u32`]: crate::u32 |
(and remove trailing newline)
r? @jyn514 |
@bors r+ rollup |
📌 Commit 14b50ed has been approved by |
☀️ Test successful - checks-actions, checks-azure |
Helps with #75080.
@rustbot modify labels: T-doc, A-intra-doc-links, T-rustdoc