-
Notifications
You must be signed in to change notification settings - Fork 13k
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 std::thread::park_timeout
#35239
Conversation
@@ -447,6 +447,8 @@ pub fn park() { | |||
*guard = false; | |||
} | |||
|
|||
/// Use [park_timeout][park_timeout]. |
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 don't need the second []
s here
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.
done
Thanks so much! I have some extremely minor nitpics 😄 |
f0f5fba
to
20721a4
Compare
Great! Thanks 😄 @bors: r+ rollup |
📌 Commit 20721a4 has been approved by |
Was fun 😄 Had this problem myself, so I documented it. |
…labnik Doc `std::thread::park_timeout` r? @steveklabnik
…labnik Doc `std::thread::park_timeout` r? @steveklabnik
…labnik Doc `std::thread::park_timeout` r? @steveklabnik
…labnik Doc `std::thread::park_timeout` r? @steveklabnik
Rollup of 30 pull requests - Successful merges: #34319, #35041, #35042, #35076, #35109, #35137, #35175, #35181, #35182, #35189, #35239, #35264, #35266, #35281, #35285, #35289, #35291, #35294, #35296, #35297, #35298, #35299, #35318, #35319, #35324, #35326, #35328, #35333, #35359, #35362 - Failed merges:
r? @steveklabnik