tokio-rs / loom

Concurrency permutation testing tool for Rust.
MIT License
2.14k stars 111 forks source link

Fix compare_and_swap deprecation warning #195

Closed thomcc closed 3 years ago

thomcc commented 3 years ago

Trivial patch, but I have two other patches incoming, and it didn't really make sense to do it in either of them.

jonhoo commented 3 years ago

Oops, I fixed this in https://github.com/tokio-rs/loom/pull/201 and missed this! In any case, this is now fixed :)