sos-os / alarm

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

update to build with ptr changes on latest nightly #14

Closed hawkw closed 6 years ago

hawkw commented 6 years ago

looks like the ptr::Shared->ptr::NotNull renaming i mentioned in #12 has now landed on nightly Rust, and Unique is now feature-gated under feature(ptr_internals) rather than feature(unique).