Skip to content

ci: fix clippy#5516

Merged
CarolYeh910 merged 2 commits intoaws:mainfrom
CarolYeh910:fix-clippy
Sep 19, 2025
Merged

ci: fix clippy#5516
CarolYeh910 merged 2 commits intoaws:mainfrom
CarolYeh910:fix-clippy

Conversation

@CarolYeh910
Copy link
Copy Markdown
Contributor

@CarolYeh910 CarolYeh910 commented Sep 18, 2025

Description of changes:

The newer versions of clippy forbids the manual implementation of .is_multiple_of(). This function was introduced in rust 1.87.0 on 15 May, 2025. We commit to at least 6 months of stability in our rust bindings, thus we are unable to bump the MSRV right now. Instead, this PR pins the clippy config to work around the CI failure.

Testing:

CI should pass

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@github-actions github-actions bot added the s2n-core team label Sep 18, 2025
@CarolYeh910 CarolYeh910 requested review from dougch, jmayclin and maddeleine and removed request for maddeleine September 19, 2025 00:20
@CarolYeh910 CarolYeh910 added this pull request to the merge queue Sep 19, 2025
Merged via the queue into aws:main with commit a1f1d27 Sep 19, 2025
50 checks passed
@CarolYeh910 CarolYeh910 deleted the fix-clippy branch September 19, 2025 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants