Skip to content

Commit 451d384

Browse files
committed
Auto merge of #13878 - kpreid:patch-2, r=weihanglo
docs(ref): Correct heading level of `[lints]` documentation It was two levels too deep. (Compare with the following `[badges]` section header.)
2 parents 4e59631 + ccf1607 commit 451d384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ both `src/bin/a.rs` and `src/bin/b.rs`:
544544
default-run = "a"
545545
```
546546

547-
#### The `lints` section
547+
## The `[lints]` section
548548

549549
Override the default level of lints from different tools by assigning them to a new level in a
550550
table, for example:

0 commit comments

Comments
 (0)