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 an errant clippy warning #103

Merged
merged 2 commits into from
Jun 26, 2024
Merged

Fix an errant clippy warning #103

merged 2 commits into from
Jun 26, 2024

Conversation

jbangelo
Copy link
Collaborator

@jbangelo jbangelo commented Jun 26, 2024

Seems like a recent update to Rust meant the MAX constant we were using moved and clippy started telling us to use the new preferred associated constant. This fixes that new clippy failure, and also updates the CI action to run on a weekly basis, hopefully that'll mean we catch these lint failures earlier and fix them before unrelated PRs get blocked by them.

@jbangelo jbangelo marked this pull request as ready for review June 26, 2024 23:08
@jbangelo jbangelo merged commit bafd8ca into master Jun 26, 2024
6 checks passed
@jbangelo jbangelo deleted the jbangelo/fix-clippy branch June 26, 2024 23:22
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.

1 participant