Skip to content

Commit 5ca9ac7

Browse files
authored
Fixed rendering of a header in the book
1 parent c3ec58c commit 5ca9ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/nocopy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Clone)]` to a translated type definition will compile, it still shouldn't do
66
that for reasons it can't know. In these cases, the `nocopy` annotation can be
77
used to prevent bindgen to autoderive the `Copy` and `Clone` traits for a type.
88

9-
###Library
9+
### Library
1010

1111
* [`bindgen::Builder::no_copy`](https://docs.rs/bindgen/0.23.1/bindgen/struct.Builder.html#method.no_copy)
1212

0 commit comments

Comments
 (0)