Use path.exists()
instead of fs::metadata(path).is_ok()
#85044
Merged
bors merged 1 commit intorust-lang:master from ChrisDenton:file-existsMay 8, 2021
+2-2
path.exists()
instead of fs::metadata(path).is_ok()
#85044