You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
The text was updated successfully, but these errors were encountered:
#140 addresses using
NonNull
inobject-alloc
's traits and its dependent crates. This issue is about usingNonNull
everywhere else - wherever it's reasonable to in other APIs (we're somewhat limited by the fact that theAlloc
API doesn't currently useNonNull
) and internal to implementations.The text was updated successfully, but these errors were encountered: