Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tell the user when
--recursive
is traversing folders
After calling `cargo-sweep` with `--recursive` in a big folder, the tool usually stays silent for a long time leaving the user wondering what's going on To solve that, I added a log that tells that `cargo-sweep` is traversing recursively directories, that's why it's taking long
- Loading branch information