-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix(nfts): clippy warnings #391
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! I commented for 3 clippy warnings that can be resolved easily as well. Will approve so that we can progress faster
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few missed warnings, probably missed due to all the missing docs warnings. We enable missing docs warnings so that we get a warning for the code we write, to ensure that we have sufficient docs for publicly available functionality.
As I think it unlikely that we will write the missing docs for the forked pallet, I suggest we silence them on a case by case basis, otherwise we will be faced with more noise on each subsequent review to this pallet. Its quick to sort now and will make reviewing much easier, especially due to the scale of this pallet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, tyvm!
Resolve all clippy warnings in the forked pallet-nfts.