Skip to content

Commit 19d3a6f

Browse files
committed
[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: rust-lang#4309 (comment)
1 parent 88aa642 commit 19d3a6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/manifest.md

Lines changed: 2 additions & 2 deletions
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)