matklad / once_cell

Rust library for single assignment cells and lazy statics without macros
Apache License 2.0
1.87k stars 109 forks source link

Remove one unsafe #249

Closed joshlf closed 11 months ago

matklad commented 11 months ago

I’d say it’s not worth it. There are much scarier unsafe blocks in this crate already, and the safe code is way too verbose. Would be good to revisit once we can write const {} though!