fitzgen / bumpalo

A fast bump allocation arena for Rust
https://docs.rs/bumpalo
Apache License 2.0
1.35k stars 110 forks source link

Remove `unsafe` from `EmptyChunkFooter::get()` #202

Closed Johan-Mi closed 1 year ago

Johan-Mi commented 1 year ago

Have I completely misunderstood this or can we really get rid of an unsafe block this easily?