mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 14:02:55 +00:00
to_string forces allocating a less than pointer sized string (costing on stack 4 usize), using a Display formattable slug saves that. the difference seems small, but at the same time, we log these a lot.