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: clippy #50

Merged
merged 1 commit into from
Nov 30, 2023
Merged

fix: clippy #50

merged 1 commit into from
Nov 30, 2023

Conversation

chris13524
Copy link
Member

Description

Fixes this clippy warning and prevents warnings from entering the codebase in the future:

image

-D warnings is better than -D clippy::all because it also denies regular compiler warnings, not just clippy warnings. clippy:all is a warning by default.

Not sure why -W clippy::style was there; all warnings should be denied.

How Has This Been Tested?

Not tested.

writeln change manually reviewed, should behave exactly the same.

Due Diligence

  • Breaking change
  • Requires a documentation update
  • Requires a e2e/integration test update

@chris13524 chris13524 self-assigned this Nov 30, 2023
Copy link
Contributor

@geekbrother geekbrother left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm! Thanks for changing this.

@chris13524 chris13524 merged commit 1473f89 into main Nov 30, 2023
7 checks passed
@chris13524 chris13524 deleted the fix/clippy branch November 30, 2023 15:35
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.

2 participants