sos-os/alarm

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

hawkw opened this issue · 0 comments

hawkw commented

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.