-
Notifications
You must be signed in to change notification settings - Fork 549
Description
Is your feature request related to a problem?
In working with the project to add enhancements, I've been struggling with the large number of warnings returned by
make check-rust
I would like to propose a PR to clean up the warnings but am not sure how it would be received. What I would propose is:
- Set a flag to turn off the deprecation warnings since they make the other warnings hard to spot. Something in the build properties equivalent to:
RUSTFLAGS=-Adeprecated
- Do a PR to eliminate the remaining warnings so we can get a clean clippy build back.
I think I am not the only developer struggling with this since I see the number of clippy warnings are increasing so I just wanted to see what others thought. I do think clippy can be helpful, but right now it is hard to use the output with so many warnings.
Describe the solution you'd like
Clippy warnings removed.
Describe alternatives you've considered
No response
Priority
None
Additional context
No response
Contribution
- I'm willing to submit a pull request for this feature
- I can help with testing this feature
- I can help with documentation for this feature
abhiaagarwal
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status