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

Prio2: split precomputations to fix warnings #1077

Merged
merged 3 commits into from
Jun 13, 2024
Merged

Conversation

divergentdave
Copy link
Contributor

This removes one precomputed array and moves another to a test-only struct. This fixes a lint with the 1.79.0 toolchain.

@divergentdave divergentdave requested a review from a team as a code owner June 13, 2024 17:38
@divergentdave divergentdave changed the title Prio2: split precomputations to fix Clippy warning Prio2: split precomputations to fix warnings Jun 13, 2024
@divergentdave
Copy link
Contributor Author

Between Cargo feature flags and the test profile, different builds were actually using three different subsets of PolyAuxMemory's fields. I eliminated that struct, and inlined its fields elsewhere.

@divergentdave divergentdave merged commit c8c37bb into main Jun 13, 2024
6 checks passed
@divergentdave divergentdave deleted the david/prio2-clippy branch June 13, 2024 19:57
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