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

chore: remove some more warnings #9819

Merged
merged 1 commit into from
Nov 8, 2024
Merged

Conversation

nventuro
Copy link
Contributor

@nventuro nventuro commented Nov 7, 2024

These are mostly:

  • liberally making modules and struct members pub (some I made pub(crate) since they were clearly internals, such as our testing mocks)
  • removing unused imports
  • replacing some access to private stdlib fields for the corresponding method (notable BoundedVec::storage())

Copy link
Contributor

@sklppy88 sklppy88 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice. Looking fwd to 0 warnings 😄

@sklppy88 sklppy88 merged commit ddba505 into master Nov 8, 2024
66 checks passed
@sklppy88 sklppy88 deleted the nv/god-not-warnings-again branch November 8, 2024 01:11
nventuro added a commit that referenced this pull request Nov 11, 2024
Similar to #9819,
except I'm now also replacing some usage of `storage[]` for `get` and
`set`, and I added some constraining comments.
AztecBot pushed a commit to AztecProtocol/aztec-nr that referenced this pull request Nov 12, 2024
Similar to AztecProtocol/aztec-packages#9819,
except I'm now also replacing some usage of `storage[]` for `get` and
`set`, and I added some constraining comments.
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