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

refactor: Reorder attributes #12

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

spencerwilson
Copy link

@spencerwilson spencerwilson commented Jan 27, 2022

Issue

Fixes #11

Description

Reordering the attributes seems to resolve the warning.

Testing

% cargo check
    Checking electionguard_verify v0.1.0 (/Users/ssw/code/electionguard-verifier)
    Finished dev [unoptimized + debuginfo] target(s) in 0.37s

Checklist

🚨Please review the guidelines for contributing to this repository.

  • 🤔 CONSIDER adding a unit test if your PR resolves an issue.
  • DO check open PR's to avoid duplicates.
  • DO keep pull requests small so they can be easily reviewed.
  • DO build locally before pushing.
  • DO make sure tests pass.
  • DO make sure any new changes are documented.
  • DO make sure not to introduce any compiler warnings.
  • AVOID breaking the continuous integration build.
  • AVOID making significant changes to the overall architecture.

💔Thank you!

@spencerwilson spencerwilson changed the title refactor: Resolve compiler warning refactor: Reorder attributes Jan 27, 2022
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.

Compiler warning in src/main.rs
1 participant