Closed saidsay-so closed 2 years ago
Replace unwrap() by is_ok assertions, use new time assertion API and replace ENOENT stat(2) check by !Path::exists.
unwrap()
is_ok
ENOENT
stat(2)
!Path::exists
Replace
unwrap()
byis_ok
assertions, use new time assertion API and replaceENOENT
stat(2)
check by!Path::exists
.