-
Notifications
You must be signed in to change notification settings - Fork 24
cargo-count doesn't find any code #36
Comments
This is fixed for me by #37, which I find a bit strange, since I have no idea why the version mismatch between Cargo.toml and Cargo.lock would result in this behavior. This is my first ever PR so I hope I did it right! (Even though this is pretty much the smallest PR possible...) |
I have the same issue - but I can workaround it, because if I run |
Same problem here, on both Mac and Windows with my repo. |
Until the author makes a new version on crates.io, you can fix this by cloning the repo and building and installing it yourself. Here is a quick script to do that: |
Can confirm that installing the latest git version solved the issue I was running into |
Installing the latest git version with @Aeledfyr 's suggested command did install the new version but did not fix the issue for me in the root of my project workspace. However, it does now work for each individual crate, which it did not before. |
I cannot get cargo-count to find any code. I have tried it in both Rust and C++ repositories, and it always outputs "No source files were found matching the specified criteria". Example:
Edit: additional info:
I installed cargo-count from crates.io.
The text was updated successfully, but these errors were encountered: