holmgr / cargo-sweep

A cargo subcommand for cleaning up unused build files generated by Cargo
MIT License
690 stars 31 forks source link

Don't panic when timestamp file is not found #126

Closed Expurple closed 2 months ago

Expurple commented 2 months ago

Fixes #117.

The new output:

Error: failed to read stamp file /home/dima/code/oss/cargo-sweep/sweep.timestamp

Caused by:
    No such file or directory (os error 2)