Skip to content

Commit 0e1fbc4

Browse files
committed
fix: Clarify summary
1 parent a071fe4 commit 0e1fbc4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

text/3692-feature-unification.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
# Summary
66
[summary]: #summary
77

8-
Allow users to control feature unification.
8+
Give users control over the feature unification that happens based on the packages they select.
9+
- A way for `cargo check -p foo -p bar` to build like `cargo check -p foo && cargo check -p bar`
10+
- A way for `cargo check -p foo` to build `foo` as if `cargo check --workspace` was used
911

1012
Related issues:
1113
- [#5210: Resolve feature and optional dependencies for workspace as a whole](https://github.com/rust-lang/cargo/issues/5210)

0 commit comments

Comments
 (0)