-
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
Remove confusing sentence from Mutex
docs
#97821
Conversation
The docs were saying something about "statically initializing" the mutex, and it's not clear what this means. Remove that part to avoid confusion.
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
r? @thomcc (rust-highfive has picked a reviewer for you, use r? to override) |
@bors r+ rollup |
📌 Commit 83af085 has been approved by |
Co-authored-by: Weiyi Wang <wwylele@gmail.com>
I think you have to approve that again @Dylan-DPC |
@bors r+ rollup @Dylan-DPC Make sure to re-r+ when making another commit. |
📌 Commit e224185 has been approved by |
@bors r=Dylan-DPC |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit e224185 has been approved by |
yeah thanks for catching it :P was supposed to and then forgot :D |
Remove confusing sentence from `Mutex` docs The docs were saying something about "statically initializing" the mutex, and it's not clear what this means. Remove that part to avoid confusion.
Rollup of 5 pull requests Successful merges: - rust-lang#95948 (Improve the safety docs for `CStr`) - rust-lang#97325 (Fix precise field capture of univariant enums) - rust-lang#97817 (:arrow_up: rust-analyzer) - rust-lang#97821 (Remove confusing sentence from `Mutex` docs) - rust-lang#97826 (Add more information for rustdoc-gui tests) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
The docs were saying something about "statically initializing" the
mutex, and it's not clear what this means. Remove that part to avoid
confusion.