Skip to content

[Chore]: Proposal, remove clippy warnings #3907

@corwinjoy

Description

@corwinjoy

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:

  1. 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
  1. 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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions