Skip to content

Conversation

@robin-nitrokey
Copy link
Member

This PR fixes new clippy lints by allowing the deprecated generic_array::ArrayLength and using u32::is_multiple_of.

The generic-array crate published new patch versions for the v0.14 minor
release that mark the ArrayLength trait as deprecated. Thus we have to
add #[allow(deprecated)] attributes to fix the CI.

See also: fizyk20/generic-array#158
This fixes a new clippy lint.
@robin-nitrokey robin-nitrokey merged commit 6869697 into main Oct 16, 2025
10 checks passed
@robin-nitrokey robin-nitrokey deleted the clippy branch October 16, 2025 14:04
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