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 lint errors with latest cargo #489

Merged
merged 2 commits into from
Nov 17, 2023
Merged

fix clippy lint errors with latest cargo #489

merged 2 commits into from
Nov 17, 2023

Conversation

dmah42
Copy link
Contributor

@dmah42 dmah42 commented Nov 15, 2023

updating the dependencies seems to help with the newer clippy lint errors.

Copy link
Contributor

@jesse-peters jesse-peters left a comment

Choose a reason for hiding this comment

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

Looks good to me

Copy link
Contributor

@future-highway future-highway left a comment

Choose a reason for hiding this comment

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

Didn't do a local build, but LGTM.

From my understanding, resolver = "2" is the default since we are only using edition 2021, but I assume you had a reason to add it explicitly.

Edit: Just realized I put resolver = "2" in my own project too (can't remember why).

@dmah42
Copy link
Contributor Author

dmah42 commented Nov 17, 2023

Didn't do a local build, but LGTM.

From my understanding, resolver = "2" is the default since we are only using edition 2021, but I assume you had a reason to add it explicitly.

Edit: Just realized I put resolver = "2" in my own project too (can't remember why).

it was a cargo warning about a mismatch between the default (1) and the default for 2021 (2).

@dmah42 dmah42 merged commit 255540a into main Nov 17, 2023
7 of 10 checks passed
@dmah42 dmah42 deleted the fix_lint branch November 17, 2023 08:09
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.

3 participants