diff options
-rw-r--r-- | book/src/nocopy.md | 2 |
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) |