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

chore: apply non-default clippy fixes #180

Merged
merged 5 commits into from
Oct 15, 2024

Conversation

mkatychev
Copy link
Contributor

Ran cargo clippy --fix --all-targets --all-features -- -W clippy::uninlined_format_args -W clippy::pedantic -W clippy::nursery to apply some non default clippy fixes automatically.

  • Added .clippy.toml to the workspace
  • Added clippy lint sectio to the workspace Cargo.toml

@pchampin pchampin merged commit 48c8462 into pchampin:main Oct 15, 2024
4 checks passed
@pchampin
Copy link
Owner

any reason why this was not applied to crates inmem and api?

@mkatychev
Copy link
Contributor Author

I don't recall, I think I had some issues with those crates triggering some false positives. I can take another look soon.

@pchampin
Copy link
Owner

Thanks. I didn't know about those clippy options, but that's really an improvement :)

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