mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 14:02:55 +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.