You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: text/3692-feature-unification.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ Specify which packages participate in [feature unification](https://doc.rust-lan
86
86
87
87
*`selected`: merge dependency features from all package specified for the current build
88
88
*`workspace`: merge dependency features across all workspace members, regardless of which packages are specified for the current build
89
-
*`package`: dependency features are only enabled for each package, preferring duplicate builds of dependencies to when different feature sets are selected
89
+
*`package`: dependency features are only considered on a package-by-package basis, preferring duplicate builds of dependencies when different sets of feature are activated by the packages.
0 commit comments