mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-05 20:42:54 +00:00
`pprof::symbolize()` used a regex to strip the Rust monomorphization suffix from generic methods. However, the `backtrace` crate can do this itself if formatted with the `:#` flag. Also tighten up the code a bit.