Commit f7096cc
committed
Auto merge of #3083 - tshepang:patch-2, r=Turbo87
separate doc heading from body
If you look at target/doc/cargo_registry/util/index.html, you will see this heading after *errors*:
> This module implements several error types and traits. The suggested usage in returned results is as follows:
The first line is taken as a heading, so should remain separate, so that it's readable as a summary.1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
0 commit comments