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
Builder::whitelist_function
Builder::whitelisted_function
The CLI flag is --whitelist-function, so we should be consistent and remove the "ed" from the builder method.
--whitelist-function
whitelist_function
whitelisted_function
#[deprecated = "use whitelist_function instead"
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.
Hey @treiff! Thanks for your interest in working on this issue. It's now assigned to you!
@treiff if you run into any questions, don't hesitate to ping me :)
Depreciate whitelisted function.
f308fbc
Closes rust-lang#985
Auto merge of #990 - treiff:depreciate-whitelisted-function, r=fitzgen
169adb1
Depreciate whitelisted function. Closes #985 I also noticed a reference to `whitelisted_function` within the book, should this be updated as well? https://github.com/rust-lang-nursery/rust-bindgen/blob/a371de097f5e37eb01754525fb1e2029ca88b0be/book/src/whitelisting.md I've started to learn rust recently, so please let me know if there is anything I missed.
No branches or pull requests
The CLI flag is
--whitelist-function
, so we should be consistent and remove the "ed" from the builder method.Builder::whitelisted_function
toBuilder::whitelist_function
Builder::whitelisted_function
that delegates towhitelist_function
whitelisted_function
as#[deprecated = "use whitelist_function instead"
]The text was updated successfully, but these errors were encountered: