-
Notifications
You must be signed in to change notification settings - Fork 694
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
Make BindgenOptions private #1000
Conversation
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @fitzgen (or someone else) soon. |
src/lib.rs
Outdated
#[derive(Debug)] | ||
#[deprecated] | ||
pub struct BindgenOptions { | ||
pub(crate) struct BindgenOptions { |
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.
It's in the root, so it can just be private.
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.
Makes sense, thanks!
4e02320
to
89c3315
Compare
89c3315
to
e8e6f37
Compare
Looks great, thanks @pepyakin! @bors-servo r+ |
📌 Commit e8e6f37 has been approved by |
☀️ Test successful - status-travis |
Fixes #958
r? @fitzgen