mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 09:38:55 +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.