We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pub
We've got a lot of pubs on the methods here which are unnecessary (as all trait methods are public)
https://github.com/noir-lang/noir-bignum/blob/1fcb2c91a9a471e511f313c15f463c3c6f987f14/src/bignum.nr#L22-L100
Ideally this is something that will throw a warning to the user and be automatically removed by the formatter.
The text was updated successfully, but these errors were encountered:
asterite
Successfully merging a pull request may close this issue.
We've got a lot of
pub
s on the methods here which are unnecessary (as all trait methods are public)https://github.com/noir-lang/noir-bignum/blob/1fcb2c91a9a471e511f313c15f463c3c6f987f14/src/bignum.nr#L22-L100
Ideally this is something that will throw a warning to the user and be automatically removed by the formatter.
The text was updated successfully, but these errors were encountered: