tokio-rs / loom

Concurrency permutation testing tool for Rust.
MIT License
2.15k stars 112 forks source link

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

Closed jbr closed 7 months ago

jbr commented 7 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