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 lints #151

Merged
merged 1 commit into from
May 17, 2024
Merged

Fix clippy lints #151

merged 1 commit into from
May 17, 2024

Conversation

GnomedDev
Copy link
Contributor

Just spotted some clippy lints firing, and fixed them up. Mostly just simple readability improvements.

@@ -1 +1 @@
msrv = "1.40.0"
msrv = "1.50.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I needed to update this as otherwise clippy::incompatible_msrv was firing on one function call, and it seems to line up with the README.md.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Yeah it should be 1.50, and was in any case planning to bump that to 1.56.0 soon to be able to update the rust edition for next release.

@oyvindln oyvindln merged commit 7c758d4 into Frommi:master May 17, 2024
@GnomedDev GnomedDev deleted the fix-clippy branch May 17, 2024 21:34
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.

None yet

2 participants