Skip to content

Commit

Permalink
Blacklisting docs should reference blacklist_type method
Browse files Browse the repository at this point in the history
...instead of the deprecated `hide_type` method.
  • Loading branch information
fitzgen committed Nov 2, 2017
1 parent 761dffc commit 8e4b8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/blacklisting.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ not.

### Library

* [`bindgen::Builder::hide_type`](https://docs.rs/bindgen/0.23.1/bindgen/struct.Builder.html#method.hide_type)
* [`bindgen::Builder::blacklist_type`](https://docs.rs/bindgen/0.31.3/bindgen/struct.Builder.html#method.blacklist_type)

### Command Line

Expand Down

0 comments on commit 8e4b8b8

Please sign in to comment.