aboutsummaryrefslogtreecommitdiff
path: root/docs/user
diff options
context:
space:
mode:
authorThiĆ©baud Weksteen <[email protected]>2021-03-25 09:02:16 +0000
committerThiĆ©baud Weksteen <[email protected]>2021-03-25 09:02:16 +0000
commit1c68954a7d61b1f7939ccf100d0eb0526e1cd338 (patch)
tree8f464628a1417f2fe0ab58d782004286e11c40fe /docs/user
parentd7db38fff9c251c36d0796309b43678bdf9e5bd8 (diff)
Fix manual description for rust_project.json
Diffstat (limited to 'docs/user')
-rw-r--r--docs/user/manual.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc
index 8656dd1da..36a86e78f 100644
--- a/docs/user/manual.adoc
+++ b/docs/user/manual.adoc
@@ -480,7 +480,7 @@ interface Crate {
480 include_dirs: string[], 480 include_dirs: string[],
481 exclude_dirs: string[], 481 exclude_dirs: string[],
482 }, 482 },
483 /// The set of cfgs activated for a given crate, like `["unix", "feature=foo", "feature=bar"]`. 483 /// The set of cfgs activated for a given crate, like `["unix", "feature=\"foo\"", "feature=\"bar\""]`.
484 cfg: string[]; 484 cfg: string[];
485 /// Target triple for this Crate. 485 /// Target triple for this Crate.
486 /// 486 ///