holmgr / cargo-sweep

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

Panic when the `--file` file is not found #117

Closed marcospb19 closed 2 months ago

marcospb19 commented 9 months ago
$ cargo run -- sweep --file
thread 'main' panicked at src/main.rs:237:18:
Failed to load timestamp file: failed to read stamp file /home/marcospb19/cargo-sweep/sweep.timestamp

Caused by:
    No such file or directory (os error 2)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace