mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
6576d35aef
Mention `env` and `option_env` macros in `std::env::var` docs Fixes https://github.com/rust-lang/rust/issues/138159. Just like there are mentions in `env!` and `option_env!` docs to `std::env::var`, it'd be nice to have a "mention back" as well.