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:
bors 2024-04-13 22:58:47 +00:00
commit 07ac23a71c
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ The key points of workspaces are:
sections in `Cargo.toml` are only recognized in the *root* manifest, and
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.
* [`resolver`](resolver.md#resolver-versions) --- Sets the dependency resolver to use.