mirror of
https://github.com/neondatabase/neon.git
synced 2026-09-04 20:48:36 +00:00
752bf5a22f
`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.