diff options
author | Trevor Reiff <trevorreiff@gmail.com> | 2017-09-14 19:54:05 -0400 |
---|---|---|
committer | Trevor Reiff <trevorreiff@gmail.com> | 2017-09-15 08:11:48 -0400 |
commit | 31700bf68f6db1f70c8e75f3dd0acc8dd6c23e93 (patch) | |
tree | 304050d8eedc8fd57b7fbddb11e2d89275fdb5bf | |
parent | 80eff064f1d59e174a7b114a6ef8e204f24492e7 (diff) |
Fix whitelisting documentation links in book.
Update to reference `whitelist_type` function.
-rw-r--r-- | book/src/whitelisting.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/book/src/whitelisting.md b/book/src/whitelisting.md index 1b3eeaf6..fdf5c56b 100644 --- a/book/src/whitelisting.md +++ b/book/src/whitelisting.md @@ -16,9 +16,9 @@ transitively used by a definition that matches them. ### Library -* [`bindgen::Builder::whitelisted_type`](https://docs.rs/bindgen/0.23.1/bindgen/struct.Builder.html#method.whitelisted_type) -* [`bindgen::Builder::whitelisted_function`](https://docs.rs/bindgen/0.23.1/bindgen/struct.Builder.html#method.whitelisted_function) -* [`bindgen::Builder::whitelisted_var`](https://docs.rs/bindgen/0.23.1/bindgen/struct.Builder.html#method.whitelisted_function) +* [`bindgen::Builder::whitelist_type`](https://docs.rs/bindgen/0.23.1/bindgen/struct.Builder.html#method.whitelist_type) +* [`bindgen::Builder::whitelist_function`](https://docs.rs/bindgen/0.23.1/bindgen/struct.Builder.html#method.whitelist_function) +* [`bindgen::Builder::whitelist_var`](https://docs.rs/bindgen/0.23.1/bindgen/struct.Builder.html#method.whitelist_var) ### Command Line |