Skip to content

Commit 1240f42

Browse files
committed
Update virtual workspace docs for implied --all
#4335
1 parent 499a678 commit 1240f42

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/doc/manifest.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -520,9 +520,8 @@ crate will be treated as a normal package, as well as a workspace. If the
520520
manifest*.
521521

522522
When working with *virtual manifests*, package-related cargo commands, like
523-
`cargo build`, won't be available anymore. But, most of such commands support
524-
the `--all` option, will execute the command for all the non-virtual manifest in
525-
the workspace.
523+
`cargo build`, default to all packages in the workspace as if `--all` was used.
524+
This can be changed by passing a `--package` or `-p` command-line parameters.
526525

527526
# The project layout
528527

0 commit comments

Comments
 (0)