diff options
author | Nick Fitzgerald <fitzgen@gmail.com> | 2017-11-02 10:50:54 -0700 |
---|---|---|
committer | Nick Fitzgerald <fitzgen@gmail.com> | 2017-11-02 10:50:54 -0700 |
commit | 8e4b8b87dae35009d6f9100480e218fb1c5eed96 (patch) | |
tree | 3f099d361209bb2b7f5ed84c13974dec7cbd3463 | |
parent | 761dffc91f3da3235b098319aea0b18249f2adf5 (diff) |
Blacklisting docs should reference `blacklist_type` method
...instead of the deprecated `hide_type` method.
-rw-r--r-- | book/src/blacklisting.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/blacklisting.md b/book/src/blacklisting.md index 3553d8b2..8d4ee163 100644 --- a/book/src/blacklisting.md +++ b/book/src/blacklisting.md @@ -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 |