Skip to content

Commit

Permalink
[doc/manifest] Add build-dependencies to Dependency sections list
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
behnam committed Jul 26, 2017
1 parent 88aa642 commit 19d3a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ assets = "path/to/static"
# Dependency sections

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

# The `[profile.*]` sections

Expand Down

0 comments on commit 19d3a6f

Please sign in to comment.