mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-20 04:58:23 +00:00
ea5460843c
## Problem This structure was in an Arc<> unnecessarily, making it harder to reason about its lifetime (i.e. it was superficially possible for LayerManager to outlive timeline, even though no code used it that way) ## Summary of changes - Remove the Arc<>