mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-06 08:01:00 +00:00
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).