You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
This works now as cargo-count doesn't follow symlinks by default, but you can force it to by passing --follow-symlinks (or -S) and it shouldn't panic but instead function as expected.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The culprit seems to be the calls to
metadata
inget_all_files
, which will fail on a bogus symlink. Perhapssymlink_metadata
would be better.The text was updated successfully, but these errors were encountered: