mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-19 20:48:30 +00:00
39e144696f
## Problem These types/functions are public and it prevents clippy from catching unused things. ## Summary of changes Move to `pub(crate)` and remove the error enum that becomes clearly unused as a result.