mirror of
https://github.com/servo/servo
synced 2026-05-12 01:46:28 +02:00
Use env::var_os to read paths from the environment This avoids unnecessary UTF-8 validation on OsStrings that we just pass back to the OS. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes do not require tests because they are code cleanup only <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18971) <!-- Reviewable:end -->