-
Notifications
You must be signed in to change notification settings - Fork 13.4k
doc: that line was too long #33142
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
doc: that line was too long #33142
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
/// the lock is left unspecified, however, this function will not return on | ||
/// the second call, it might e.g. panic or deadlock. | ||
/// the lock is left unspecified. However, this function will not return on | ||
/// the second call. It might panic or deadlock, for example. |
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.
For the first interruption, I agree. However, the second makes the sentence less comfortable to read.
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.
@GuillaumeGomez Maybe I put the last sentence in brackets?
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'm not sure to see what you propose. So do it and we'll see. :)
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.
However, this function will not return on the second call (it might panic or deadlock, for example).
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.
Oh great! I approve this one.
@GuillaumeGomez done |
Thanks! r=me @steveklabnik |
@bors: r=guillaumegomez |
📌 Commit 7609c64 has been approved by |
No description provided.