mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
0ba47f3216
Currently, it can be `None` if the conversion from `OsString` fails, in which case all searches will skip over the `SearchPathFile`. The commit changes things so that the `SearchPathFile` just doesn't get created in the first place. Same behaviour, but slightly simpler code.