Skip to content

Commit d3f3dd5

Browse files
committed
docs(ref): Have workspace docs link out to profile section docs
In a workspace, only the workspace's profile is respected. This is already documented in the profile documentation but we should raise visibility of it within the workspace documentation.
1 parent 4578340 commit d3f3dd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/doc/src/reference/workspaces.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ In the `Cargo.toml`, the `[workspace]` table supports the following sections:
2525
* [`metadata`](#the-metadata-table) — Extra settings for external tools.
2626
* [`package`](#the-package-table) — Keys for inheriting in packages.
2727
* [`dependencies`](#the-dependencies-table) — Keys for inheriting in package dependencies.
28+
* [`[profile]`](profiles.md) — Compiler settings and optimizations.
2829

2930
### The `[workspace]` section
3031

0 commit comments

Comments
 (0)