We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8662ab4 commit f3519d7Copy full SHA for f3519d7
src/doc/src/reference/features.md
@@ -76,7 +76,7 @@ The usage of features is subject to a few rules:
76
individual features.
77
* Feature groups are not allowed to cyclically depend on one another.
78
* Dev-dependencies cannot be optional.
79
-* Features groups can only reference optional dependencies.
+* Feature groups can only reference optional dependencies.
80
* When a feature is selected, Cargo will call `rustc` with `--cfg
81
feature="${feature_name}"`. If a feature group is included, it and all of its
82
individual features will be included. This can be tested in code via
0 commit comments