From 38b6ae05e2a32bc54f45e649c7f0a9b771a56468 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 12 Sep 2024 15:22:02 +0200 Subject: [PATCH] Cargo is a Proper Name Co-authored-by: Weihang Lo --- src/doc/src/reference/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/reference/features.md b/src/doc/src/reference/features.md index 8ba4251effa..1f85229bb86 100644 --- a/src/doc/src/reference/features.md +++ b/src/doc/src/reference/features.md @@ -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