Skip to content

Fix clippy lints in integration_test #261

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jamillambert
Copy link
Collaborator

A new script to lint the integration tests is being added in #258.

Run the script and fix all the lint errors.

A new script to lint the integration tests is being added.

Run the script and fix all the lint errors.
@jamillambert jamillambert changed the title Fix clippy lints Fix clippy lints in integration_test Jun 20, 2025
@tcharding
Copy link
Member

All the changes that remove let _ = should have an explicit type. Either like #259 for null or whatever version specific type the return type is.

Its ok this time but doing all the lints in a single patch costs the reviewer brain space for the benefit of the dev. Review time is always more valuable than dev time in open source projects. In this case its no problem but just a thing to keep in mind as you advance in open source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants