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

Use NonNull #2

Merged
merged 3 commits into from
May 11, 2022
Merged

Use NonNull #2

merged 3 commits into from
May 11, 2022

Commits on May 11, 2022

  1. Use NonNull

    As a side-effect this fixes an unsoundness by correctly handling
    allocation errors. Additionally, it fixes the UB of taking multiple
    unique references to `ZST_SLICE` by using `NonNull::dangling()` instead.
    SabrinaJewson committed May 11, 2022
    Configuration menu
    Copy the full SHA
    40ffbca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5d1b5e View commit details
    Browse the repository at this point in the history
  3. cosmetical code changes

    tower120 committed May 11, 2022
    Configuration menu
    Copy the full SHA
    fd57ee7 View commit details
    Browse the repository at this point in the history