-
Notifications
You must be signed in to change notification settings - Fork 950
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: identify::Config fields private #5663
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.
Thanks for getting this started! We should also define the setter methods, increment the version on Cargo.toml
and introduce the change on CHANGELOG.md
For setters do you think all the |
ah! Good point, I wasn't aware they already existed, yeah makes sense |
Incremented the version in |
|
Hi @kamuik16. You can bump to |
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.
Left some minor comments about the return value of some getters. It is good practices to return only a reference (in a getter function) if the type is not Copy
. It avoids cloning when not required.
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.
LGTM Thanks!
Description
Closes #5660
Change checklist