mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
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.
This commit is contained in:
commit
4ca9089f72
@ -87,7 +87,7 @@ optional dependencies. This allows packages to internally enable/disable
|
||||
features without requiring a new dependency.
|
||||
|
||||
> **Note**: [crates.io] requires feature names to only contain ASCII letters,
|
||||
> digits, `_`, or `-`.
|
||||
> digits, `_`, `-`, or `+`.
|
||||
|
||||
### Usage in end products
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user