mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 21:42:56 +00:00
With fresh rustc brought by https://github.com/neondatabase/neon/pull/3902, we can use `std::pin::pin!` macro instead of the tokio one. One place did not need the macro at all, other places were adjusted.