Skip to content

docs: clarify --all-features not available for all commmands #15572

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 3, 2025
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
@@ -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