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

Makes docs for references a little less confusing #88361

Merged
merged 4 commits into from
Nov 20, 2021

Commits on Oct 10, 2021

  1. Makes docs for references a little less confusing

    - Make clear that the `Pointer` trait is related to formatting
    - Make clear that `&T` (shared reference) implements `Send` (if `T: Send + Sync`)
    WaffleLapkin committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    7a47786 View commit details
    Browse the repository at this point in the history
  2. Update library/std/src/primitive_docs.rs

    Co-authored-by: fmease <liehr.exchange@gmx.net>
    WaffleLapkin and fmease committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    9a4530b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26aec6c View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Configuration menu
    Copy the full SHA
    cdb0c29 View commit details
    Browse the repository at this point in the history