sos-os / alarm

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

replace uses of `ptr::Shared` with `ptr::NotNull` #20

Closed hawkw closed 6 years ago

hawkw commented 6 years ago

Since Shared was renamed to NotNull (see #14), referring to it by its old name is now deprecated. I don't like seeing warnings, so we should fix this: replace all instances of Shared with NotNull.

This should be pretty easy, just a find-and-replace.