-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 on join_paths #39649
Conversation
@bors r+ rollup |
📌 Commit abba076 has been approved by |
@bors: r- |
abba076
to
3022614
Compare
@bors: r=frewsxcv |
📌 Commit 3022614 has been approved by |
@bors: rollup |
/// | ||
/// Returns an `Err` (containing an error message) if one of the input | ||
/// `Path`s contains an invalid character for constructing the `PATH` | ||
/// Returns an [`Err`][err] (containing an error message) if one of the input |
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 think you could have also just done:
[`Err`][] (blah blah)
[`Err`]: https://foo.bar
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.
But what you have is fine 👍
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 find it a bit less clear. 😉
…ewsxcv Add missing urls on join_paths r? @frewsxcv
…ewsxcv Add missing urls on join_paths r? @frewsxcv
r? @frewsxcv