We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84f8e18 + 5ca9ac7 commit 3dffd1cCopy full SHA for 3dffd1c
book/src/nocopy.md
@@ -6,7 +6,7 @@ Clone)]` to a translated type definition will compile, it still shouldn't do
6
that for reasons it can't know. In these cases, the `nocopy` annotation can be
7
used to prevent bindgen to autoderive the `Copy` and `Clone` traits for a type.
8
9
-###Library
+### Library
10
11
* [`bindgen::Builder::no_copy`](https://docs.rs/bindgen/0.23.1/bindgen/struct.Builder.html#method.no_copy)
12
0 commit comments