Dylan DPC b5092627c7
Rollup merge of #85044 - ChrisDenton:file-exists, r=jackh726
Use `path.exists()` instead of `fs::metadata(path).is_ok()`

It's more explicit and potentially allows platforms to optimize the existence check.
2021-05-08 01:06:26 +02:00
..
2021-03-27 22:16:33 -04:00
2021-03-10 09:09:37 +08:00
2021-05-02 14:06:07 -04:00
2021-05-02 14:06:07 -04:00
2021-05-03 17:32:06 -04:00