sos-os / alarm

ALARM: Another Library for Allocating and Releasing Memory
Apache License 2.0
8 stars 6 forks source link

fix: replace uses of `ptr::Shared` with `ptr::NonNull` (#20) #25

Closed pgarland closed 6 years ago

pgarland commented 6 years ago

Shared is deprecated. Use NonNull instead

closes #20