Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: don't show possibly misleading info or diagnostics for local depencencies #76

Merged
merged 1 commit into from
Aug 8, 2023

Conversation

saecki
Copy link
Owner

@saecki saecki commented Aug 8, 2023

Fixes #75. Since we currently can't resolve workspace, path, or git depencencies there is no guarantee that any crate with the same name we would fetch from crates.io is in any way related to local dependency.

…encencies

Since we currently can't resolve workspace, path, or git depencencies
there is no guarantee that any crate with the same name we would fetch
from crates.io is in any way related to local dependency.
@saecki saecki merged commit d5333df into main Aug 8, 2023
4 checks passed
@saecki saecki deleted the false_positives branch August 8, 2023 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

False positive Incorrect crate name casing diagnostic
1 participant