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
Its public use has been deprecated for a while now, and it is only meant for internal use.
The text was updated successfully, but these errors were encountered:
Hi! If you have any questions regarding this issue, feel free to make a comment here, or ask it in the #servo channel in IRC.
#servo
If you intend to work on this issue, then add @highfive: assign me to your comment, and I'll assign this to you. 😄
@highfive: assign me
Sorry, something went wrong.
@highfive: assign me @fitzgen
https://github.com/rust-lang-nursery/rust-bindgen/blob/ab6d51bb431665b53ec0c0d2370cd1f3d0e372f6/src/lib.rs#L10-L12
This comment actually is not accurate, because deprecated Bindings::generate is used here:
Bindings::generate
https://github.com/rust-lang-nursery/rust-bindgen/blob/ab6d51bb431665b53ec0c0d2370cd1f3d0e372f6/src/lib.rs#L1015
Should I also make it pub(crate)?
pub(crate)
Hey @pepyakin! Thanks for your interest in working on this issue. It's now assigned to you!
Auto merge of #1000 - pepyakin:hide-bindgen-options, r=fitzgen
da942c4
Make BindgenOptions private Fixes #958 r? @fitzgen
No branches or pull requests
Its public use has been deprecated for a while now, and it is only meant for internal use.
The text was updated successfully, but these errors were encountered: