Use path.exists()
instead of fs::metadata(path).is_ok()
#85044
Merged
bors merged 1 commit intorust-lang:masterfrom May 8, 2021
path.exists()
instead of fs::metadata(path).is_ok()
#85044