Skip to content

chore: remove some more warnings#9819

Merged
sklppy88 merged 1 commit intomasterfrom
nv/god-not-warnings-again
Nov 8, 2024
Merged

chore: remove some more warnings#9819
sklppy88 merged 1 commit intomasterfrom
nv/god-not-warnings-again

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
@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