mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
06133811a6
chore: refactor backtrace style in panic # Refactor get_backtrace_style for better readability and potential performance improvements This PR aims to improve the readability and maintainability of the `set_backtrace_style` and `get_backtrace_style` function.