mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-21 13:38:33 +00:00
72103d481d
## Problem stack overflow in blanket impl for `CancellationPublisher` ## Summary of changes Removes `async_trait` and fixes the impl order to make it non-recursive.