Skip to content

Commit 31700bf

Browse files
committed
Fix whitelisting documentation links in book.
Update to reference `whitelist_type` function.
1 parent 80eff06 commit 31700bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/src/whitelisting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ transitively used by a definition that matches them.
1616

1717
### Library
1818

19-
* [`bindgen::Builder::whitelisted_type`](https://docs.rs/bindgen/0.23.1/bindgen/struct.Builder.html#method.whitelisted_type)
20-
* [`bindgen::Builder::whitelisted_function`](https://docs.rs/bindgen/0.23.1/bindgen/struct.Builder.html#method.whitelisted_function)
21-
* [`bindgen::Builder::whitelisted_var`](https://docs.rs/bindgen/0.23.1/bindgen/struct.Builder.html#method.whitelisted_function)
19+
* [`bindgen::Builder::whitelist_type`](https://docs.rs/bindgen/0.23.1/bindgen/struct.Builder.html#method.whitelist_type)
20+
* [`bindgen::Builder::whitelist_function`](https://docs.rs/bindgen/0.23.1/bindgen/struct.Builder.html#method.whitelist_function)
21+
* [`bindgen::Builder::whitelist_var`](https://docs.rs/bindgen/0.23.1/bindgen/struct.Builder.html#method.whitelist_var)
2222

2323
### Command Line
2424

0 commit comments

Comments
 (0)