Skip to content

Commit e8d4bbf

Browse files
Include + for crates.io feature requirements
This change was introduced in commit 5f842f7 of rust-lang/crates.io.
1 parent a93b317 commit e8d4bbf

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)