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

Remove unnecessary cfg function. #41

Merged
merged 1 commit into from
Jan 18, 2024
Merged

Remove unnecessary cfg function. #41

merged 1 commit into from
Jan 18, 2024

Conversation

rillian
Copy link
Contributor

@rillian rillian commented Jan 18, 2024

Fixes a clippy lint: all isn't necessary when there's only one argument.

Fixes a clippy lint: `all` isn't necessary when there's only one
argument.
@rillian rillian self-assigned this Jan 18, 2024
@evq evq merged commit 0e270e8 into master Jan 18, 2024
8 of 9 checks passed
@evq evq deleted the clippy branch January 18, 2024 21:35
@rillian
Copy link
Contributor Author

rillian commented Jan 18, 2024

Actual failure was that we no longer compile with the 2019 nightly specified in the clippy ci job. Just use the default toolchain from the runner image instead.

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