- Updated to Rust 2018.
- Removed
CopyCell::get_mut
. Seems unnecessary given how the crate is being used. If this causes issues for you, please file an issue. UnsafeList
now usesOption<NonZeroUsize>
internally instead ofusize
, to make it clearer that zero values are mapping to empty lists.