mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-26 00:00:16 +02:00
* Removes most pin-projection related unsafe code. * Removes manual Unpin implementations. As references always implement Unpin, there is no need to implement Unpin manually. * Adds tests to check that Unpin requirement does not change accidentally because changing Unpin requirements will be breaking changes.