mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Auto merge of #13753 - jw013:patch-1, r=weihanglo
Reword sentence describing workspace toml for clarity Judging by the commit history, the original sentence was written before the `[patch]` and `[profile]` sections were added and since those sections do not go underneath the workspace table the original sentence needed to be updated.
This commit is contained in:
commit
07ac23a71c
@ -15,7 +15,7 @@ The key points of workspaces are:
|
|||||||
sections in `Cargo.toml` are only recognized in the *root* manifest, and
|
sections in `Cargo.toml` are only recognized in the *root* manifest, and
|
||||||
ignored in member crates' manifests.
|
ignored in member crates' manifests.
|
||||||
|
|
||||||
In the `Cargo.toml`, the `[workspace]` table supports the following sections:
|
The root `Cargo.toml` of a workspace supports the following sections:
|
||||||
|
|
||||||
* [`[workspace]`](#the-workspace-section) --- Defines a workspace.
|
* [`[workspace]`](#the-workspace-section) --- Defines a workspace.
|
||||||
* [`resolver`](resolver.md#resolver-versions) --- Sets the dependency resolver to use.
|
* [`resolver`](resolver.md#resolver-versions) --- Sets the dependency resolver to use.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user