mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
a800d7f63f
Improve Debug implementations of Mutex and RwLock. This improves the Debug implementations of Mutex and RwLock. They now show the poison flag and use debug_non_exhaustive. (See #67364.)