mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
4cb73cc7d0
Original `var_os` description said that it _may_ return an error if the value contains `=` or NUL. Let's make no promises on the `None` return value in these situation either, keep it in the [potential mood](https://en.wikipedia.org/wiki/Grammatical_mood#Potential).