-
Notifications
You must be signed in to change notification settings - Fork 100
Add Debug and Clone to all public API structs, and some CS #466
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
Conversation
Hi @omid, thanks a lot for your contribution!! However, @bidoubiwa, the maintainer of this repo, is on holiday, so it could take some time until they get back :) @irevoire, if you have some time, I would love to have your thoughts here! |
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.
hey @omid
Thanks for your contributions 🙏🙏
Some changes were not really related to the PR but are still nice to keep. Nonetheless, some others are design choices that should be discussed in an issue or another PR.
Could you remove:
- The use of the
must_use
attributes everywhere - The use of
Self
instead of the structure name
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.
Small change and looks good to me ✨
Tests seems to fail |
Co-authored-by: cvermand <[email protected]>
There is a conflict with main due to the other PR we just merged :( Could you resolve it ? Sorry about that |
np. done, with a tiny cherry on top :D |
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.
bors merge
Build succeeded: |
Pull Request
What does this PR do?