mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 10:00:37 +00:00
Change param name (k to key and v to value) in std::env module 1. When I was reading code the ide displayed `k` and `v`, so I thought it would be better to show key and value? 2. I noticed var method already uses `key` instead of `k` so it is more consistent to use `key` instead of `k`? Thanks