summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-12-13 22:46:44 -0600
committerGitHub <noreply@github.com>2017-12-13 22:46:44 -0600
commit5ca9ac7f6cddf6a5a8fa6ad6bf6b7ed8cfccd75b (patch)
treeaa26d0ffd0d5bafe3d90d7cee428791805b8b08f
parentc3ec58cc0f02ea0db27633f34a117de3c4475526 (diff)
Fixed rendering of a header in the book
-rw-r--r--book/src/nocopy.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/nocopy.md b/book/src/nocopy.md
index 06879ed1..ec21f3ae 100644
--- a/book/src/nocopy.md
+++ b/book/src/nocopy.md
@@ -6,7 +6,7 @@ Clone)]` to a translated type definition will compile, it still shouldn't do
that for reasons it can't know. In these cases, the `nocopy` annotation can be
used to prevent bindgen to autoderive the `Copy` and `Clone` traits for a type.
-###Library
+### Library
* [`bindgen::Builder::no_copy`](https://docs.rs/bindgen/0.23.1/bindgen/struct.Builder.html#method.no_copy)