-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 more references between lowercase/uppercase operations. #39233
Conversation
5c483af
to
3114070
Compare
@@ -77,6 +82,9 @@ pub trait AsciiExt { | |||
/// assert_eq!('A', ascii.to_ascii_uppercase()); | |||
/// assert_eq!('❤', utf8.to_ascii_uppercase()); | |||
/// ``` | |||
/// | |||
/// [`make_ascii_uppercase`]: #tymethod.make_ascii_uppercase | |||
/// [`str::to_uppercase`]: .../primitive.str.html#method.to_uppercase |
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.
"..."? ;)
@@ -96,6 +109,9 @@ pub trait AsciiExt { | |||
/// assert_eq!('a', ascii.to_ascii_lowercase()); | |||
/// assert_eq!('❤', utf8.to_ascii_lowercase()); | |||
/// ``` | |||
/// | |||
/// [`make_ascii_lowercase`]: #tymethod.make_ascii_lowercase | |||
/// [`str::to_lowercase`]: .../primitive.str.html#method.to_lowercase |
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.
"..."
Nice idea! r=me once urls fixed. |
3114070
to
d896a0c
Compare
@bors r=GuillaumeGomez rollup |
📌 Commit d896a0c has been approved by |
⌛ Testing commit d896a0c with merge 965b698... |
💔 Test failed - status-travis |
@bors r+ 🤖 🙅♂️ |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit d896a0c has been approved by |
@bors r=GuillaumeGomez Woops, didn't mean to r+ myself |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit d896a0c has been approved by |
…umeGomez Add more references between lowercase/uppercase operations. None
No description provided.