rust/library/std
Yuki Okushi 6ec4f91610
Rollup merge of #85136 - shirshak55:master, r=dtolnay
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
2021-05-12 07:18:02 +09:00
..
benches
src Rollup merge of #85136 - shirshak55:master, r=dtolnay 2021-05-12 07:18:02 +09:00
tests
build.rs
Cargo.toml