mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-25 15:38:32 +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.