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

elliptic-curve: fix build failure on nightly #1589

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

lucab
Copy link
Contributor

@lucab lucab commented Jun 10, 2024

This tweaks the import of core::mem::size_of in order to fix a build failure due to unused_qualifications lint, as the function has now been moved to Rust prelude (in 1.80.0 nightly).

Ref: rust-lang/rust#123168

This tweaks the import of `core::mem::size_of` in order to fix a build
failure due to `unused_qualifications` lint, as the function has now
been moved to Rust prelude.
@tarcieri tarcieri merged commit 51b1977 into RustCrypto:master Jun 10, 2024
11 checks passed
@tarcieri
Copy link
Member

Thanks!

@lucab lucab deleted the ups/fix-build-failure-warning branch June 10, 2024 16:09
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