mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 16:47:46 +00:00
std: use a non-poisoning `RwLock` for the panic hook The code ignored poison errors using `PoisonError` anyway.
std: use a non-poisoning `RwLock` for the panic hook The code ignored poison errors using `PoisonError` anyway.