Auto merge of #11027 - tshepang:patch-1, r=ehuss

doc: pause, for readability
This commit is contained in:
bors 2022-08-27 18:41:39 +00:00
commit 4ed54cecce
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ log-debug = ['bar/log-debug'] # using 'foo/log-debug' would be an error!
Dependencies can be inherited from a workspace by specifying the
dependency in the workspace's [`[workspace.dependencies]`][workspace.dependencies] table.
After that add it to the `[dependencies]` table with `workspace = true`.
After that, add it to the `[dependencies]` table with `workspace = true`.
Along with the `workspace` key, dependencies can also include these keys:
- [`optional`][optional]: Note that the`[workspace.dependencies]` table is not allowed to specify `optional`.