Closed hawkw closed 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).
ptr::Shared
ptr::NotNull
Unique
feature(ptr_internals)
feature(unique)
looks like the
ptr::Shared
->ptr::NotNull
renaming i mentioned in #12 has now landed on nightly Rust, andUnique
is now feature-gated underfeature(ptr_internals)
rather thanfeature(unique)
.