Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #100581 - joboet:sync_rwlock_everywhere, r=thomcc
std: use `sync::RwLock` for internal statics Since `sync::RwLock` is now `const`-constructible, it can be used for internal statics, removing the need for `sys_common::StaticRwLock`. This adds some extra allocations on platforms which need to box their locks (currently SGX and some UNIX), but these will become unnecessary with the lock improvements tracked in #93740.
bors 2022-09-21
parent ef256e6 · parent d60b555 · commit 7cc924c
0 files changed, 0 insertions, 0 deletions