mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 07:25:31 +00:00
use RWlock when accessing os::env Multiple threads modifying the current process environment is fairly uncommon. Optimize for the more common read case. r? ````@m-ou-se````