Skip to content
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

Merged
merged 2 commits into from
Jun 7, 2022
Merged

Commits on Jun 7, 2022

  1. 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.
    Noratrieb committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    83af085 View commit details
    Browse the repository at this point in the history
  2. Update library/std/src/sync/mutex.rs

    Co-authored-by: Weiyi Wang <wwylele@gmail.com>
    Dylan-DPC and wwylele authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    e224185 View commit details
    Browse the repository at this point in the history