Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions src/doc/src/reference/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,12 +244,11 @@ enabled:
"foo bar"`). If building multiple packages in a [workspace], the
`package-name/feature-name` syntax can be used to specify features for
specific workspace members.

* `--all-features`: Activates all features of all packages selected on the
command-line.

* `--all-features`: Activates all features of all packages selected on the command line.
* `--no-default-features`: Does not activate the [`default`
feature](#the-default-feature) of the selected packages.

**NOTE**: check the individual subcommand documentation for details. Not all flags are available for all subcommands.

[workspace]: workspaces.md

Expand Down