Skip to content

Commit 3dffd1c

Browse files
author
bors-servo
authored
Auto merge of #1193 - alex:patch-1, r=emilio
Fixed rendering of a header in the book
2 parents 84f8e18 + 5ca9ac7 commit 3dffd1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/nocopy.md

+1-1
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)