mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 16:36:25 +00:00
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.