Cargo is a Proper Name

Co-authored-by: Weihang Lo <weihanglo@users.noreply.github.com>
This commit is contained in:
Ralf Jung 2024-09-12 15:22:02 +02:00 committed by GitHub
parent 8a6c9aebe0
commit 38b6ae05e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -369,7 +369,7 @@ situations:
currently being built are ignored.
* [Build-dependencies] and proc-macros do not share features with normal
dependencies.
* [Dev-dependencies] do not activate features unless building a [cargo target][target] that
* [Dev-dependencies] do not activate features unless building a [Cargo target][target] that
needs them (like tests or examples).
Avoiding the unification is necessary for some situations. For example, if a