mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-04 20:12:54 +00:00
`std` has had `pin!` macro for some time, there is no need for us to use the older alternatives. Cannot disallow `tokio::pin` because tokio macros use that.