summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Fitzgerald <fitzgen@gmail.com>2017-11-02 10:50:54 -0700
committerNick Fitzgerald <fitzgen@gmail.com>2017-11-02 10:50:54 -0700
commit8e4b8b87dae35009d6f9100480e218fb1c5eed96 (patch)
tree3f099d361209bb2b7f5ed84c13974dec7cbd3463
parent761dffc91f3da3235b098319aea0b18249f2adf5 (diff)
Blacklisting docs should reference `blacklist_type` method
...instead of the deprecated `hide_type` method.
-rw-r--r--book/src/blacklisting.md2
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