mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-25 23:48:39 +00:00
66f53d9d34
Implicit mapping to an `anyhow::Error` when we do `?` is discouraged because tooling to find those places isn't great. As a drive-by, also make SplitImageLayerWriter::new infallible and sync. I think we should also make ImageLayerWriter::new completely lazy, then `BatchLayerWriter:new` infallible and async.