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

Update MSRV #113

Merged
merged 8 commits into from
Dec 15, 2023
Merged

Update MSRV #113

merged 8 commits into from
Dec 15, 2023

Conversation

davidnevadoc
Copy link
Contributor

@davidnevadoc davidnevadoc commented Dec 15, 2023

Description

Update rust-toolchain and fix the associated clippy lints.

Changes

  • rust-toolchain: 1.67.01 -> 1.74.0
  • Added #[allow(clippy::redundant_closure_call)] for hash_to_curve
    I didn't find an elegant workaround this lint that didn't complicate the macro calls.
  • Various small clippy fixes: Introducing iterators, removing unnecssary refs and casts...

@davidnevadoc davidnevadoc marked this pull request as ready for review December 15, 2023 11:42
@davidnevadoc davidnevadoc self-assigned this Dec 15, 2023
@davidnevadoc davidnevadoc requested a review from han0110 December 15, 2023 11:45
Copy link
Member

@CPerezz CPerezz left a comment

Choose a reason for hiding this comment

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

LGTM!

@davidnevadoc davidnevadoc requested a review from CPerezz December 15, 2023 12:04
@davidnevadoc davidnevadoc added this pull request to the merge queue Dec 15, 2023
Merged via the queue into main with commit 87c53b0 Dec 15, 2023
4 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.

3 participants