mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-11 07:22:55 +00:00
The module comment should use "//!" instead of "///". Otherwise, it is considered to apply to the *next* thing, in this case the "use" statement that follows, not the file as whole. "cargo fmt" revealed this by insisting to move the "use crate::pg_constants" line to before the comment.
This module contains utility functions for interacting with PostgreSQL file formats.