From: Behnam Esfahbod Date: Wed, 26 Jul 2017 06:59:56 +0000 (-0600) Subject: [doc/manifest] Add build-dependencies to Dependency sections list X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~7^2~44^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=19d3a6fc77ded463237c49c6040fd53b7fc5d07b;p=cargo.git [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: https://github.com/rust-lang/cargo/issues/4309#issuecomment-317965620 --- diff --git a/src/doc/manifest.md b/src/doc/manifest.md index 9b1936a4e..abf0a4b15 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -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