tokio-rs / loom

Concurrency permutation testing tool for Rust.
MIT License
2.08k stars 110 forks source link

feat: add loom::cell::Cell::into_inner #341

Closed jbr closed 5 months ago

jbr commented 5 months ago

Thanks for loom! I don't have sufficient context to know if there is a reason for this absence, but I ran into this difference between std::cell::Cell and loom::cell::Cell and it seemed easy enough to fix