Skip to content

Commit 4ca9089

Browse files
committed
Auto merge of #8547 - ThePuzzlemaker:patch-1, r=ehuss
Include `+` for crates.io feature requirements in the Cargo Book section on features This change was introduced in commit 5f842f7 of rust-lang/crates.io but was not subsequently added to the Cargo Book.
2 parents a93b317 + e8d4bbf commit 4ca9089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ optional dependencies. This allows packages to internally enable/disable
8787
features without requiring a new dependency.
8888

8989
> **Note**: [crates.io] requires feature names to only contain ASCII letters,
90-
> digits, `_`, or `-`.
90+
> digits, `_`, `-`, or `+`.
9191
9292
### Usage in end products
9393

0 commit comments

Comments
 (0)