backtrace-rs
backtrace-rs copied to clipboard
Various cleanups
- Be more consistent about avoiding imports of core and alloc types through mystd.
- Avoid two unnecessary allocations in
handle_split_dwarf
. - Couple of other minor changes.