Skip to content

Commit 5c05eb8

Browse files
committed
Auto merge of #4329 - behnam:dev, r=matklad
[doc/manifest] Add build-dependencies to Dependency sections list The `[build-dependencies]` section was missing from the Dependency sections list, making it hard to find its existence and link to `specifying-dependencies` page. This puts the section title in the list, so a normal find works. Background: #4309 (comment)
2 parents 88aa642 + 19d3a6f commit 5c05eb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/doc/manifest.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ assets = "path/to/static"
220220
# Dependency sections
221221

222222
See the [specifying dependencies page](specifying-dependencies.html) for
223-
information on the `[dependencies]`, `[dev-dependencies]`, and target-specific
224-
`[target.*.dependencies]` sections.
223+
information on the `[dependencies]`, `[dev-dependencies]`,
224+
`[build-dependencies]`, and target-specific `[target.*.dependencies]` sections.
225225

226226
# The `[profile.*]` sections
227227

0 commit comments

Comments
 (0)