Skip to content

Commit a57d880

Browse files
author
bors-servo
authored
Auto merge of rust-lang#992 - treiff:fix-link-references-in-book, r=fitzgen
Fix whitelisting documentation links in book. While working on rust-lang#990 depreciated the `whitelisted_function` I noticed a couple of links in the book that also should be updated to refer to the updated methods. @fitzgen one question here, I assume I will also need to update the version number within the url as new documentation won't be built until the next release?
2 parents f661f58 + 31700bf commit a57d880

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)