mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
354f19cf24
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````