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

Switch to NonNull for raw pointers outside of object-alloc #147

Open
joshlf opened this issue Feb 16, 2018 · 0 comments
Open

Switch to NonNull for raw pointers outside of object-alloc #147

joshlf opened this issue Feb 16, 2018 · 0 comments

Comments

@joshlf
Copy link
Collaborator

joshlf commented Feb 16, 2018

#140 addresses using NonNull in object-alloc's traits and its dependent crates. This issue is about using NonNull everywhere else - wherever it's reasonable to in other APIs (we're somewhat limited by the fact that the Alloc API doesn't currently use NonNull) and internal to implementations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant