rust-lang / backtrace-rs

Backtraces in Rust
https://docs.rs/backtrace
Other
526 stars 245 forks source link

Cleanup with split_once #533

Closed workingjubilee closed 1 year ago

workingjubilee commented 1 year ago

These cleanups were gated on MSRV 1.52. Now MSRV is 1.55, so let's do them.

workingjubilee commented 1 year ago

"error: toolchain 'nightly-x86_64-unknown-linux-gnu' is not installable"?

workingjubilee commented 1 year ago

Thank you!