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 for cargo clippy #404

Merged
merged 1 commit into from
Jun 12, 2024
Merged

Fix for cargo clippy #404

merged 1 commit into from
Jun 12, 2024

Conversation

akiomik
Copy link
Contributor

@akiomik akiomik commented Jun 2, 2024

This PR fixes the issue of clippy failing in CI.

As noted in the comments, I've temporarily disabled assiginig_clones due to a bug in which clippy does not respect the version of rust. (assiginig_clones is actually available since rust 1.63.0. Currently the rust-version in Cargo.toml is 1.61.0.)

ref: rust-lang/rust-clippy#12502

@zhiburt
Copy link
Owner

zhiburt commented Jun 12, 2024

Hey @fbonin
Sorry that it took that long;

Thanks for your contribution.
Take care.
Once again

@zhiburt zhiburt merged commit c7a4cb4 into zhiburt:master Jun 12, 2024
73 of 78 checks passed
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