-
Couldn't load subscription status.
- Fork 537
chore(cargo): add cargo-machete to detect and remove unused dependencies #3713
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -166,3 +166,6 @@ required-features = ["datafusion"] | |
| [[test]] | ||
| name = "read_delta_partitions_test" | ||
| required-features = ["datafusion"] | ||
|
|
||
| [package.metadata.cargo-machete] | ||
| ignored = ["foyer"] | ||
|
Comment on lines
+170
to
+171
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we can remove this for now I think. I believe this may have slipped though while i was working on #3440. It will get added back once we merge that PR, but then potentially also as optional. |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think here @rtyler might say that adding logging to the crates is the way to go and every crate should have tracing as a required dependency :D.
That said, I am fairly sure we already have an issue to track this.