tokio-rs / loom

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

Use std::pin::pin! macro instead of pin-utils #366

Open taiki-e opened 1 month ago

taiki-e commented 1 month ago

Depend on #364.

std::pin::pin! macro has been stabilized in Rust 1.68.