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

Update static_mut_refs now that it is a lint #322

Merged
merged 3 commits into from
Sep 22, 2024

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    373844c View commit details
    Browse the repository at this point in the history
  2. Update static-mut-refs now that it is just a lint

    Updates for the changes from rust-lang/rust#124895
    ehuss committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    ef987b4 View commit details
    Browse the repository at this point in the history
  3. Switch addr_of_mut for raw borrow operators

    Now that there is explicit syntax for this, let's use it.
    ehuss committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    0c3adde View commit details
    Browse the repository at this point in the history