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

rename MaybeUninit slice methods #76217

Merged
merged 2 commits into from
Sep 5, 2020
Merged

Commits on Sep 5, 2020

  1. rename MaybeUninit slice methods

    first_ptr -> slice_as_ptr
    first_ptr_mut -> slice_as_mut_ptr
    slice_get_ref -> slice_assume_init_ref
    slice_get_mut -> slice_assume_init_mut
    RalfJung committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    cff5f56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3506832 View commit details
    Browse the repository at this point in the history