diff options
author | ThiƩbaud Weksteen <[email protected]> | 2021-03-25 09:02:16 +0000 |
---|---|---|
committer | ThiƩbaud Weksteen <[email protected]> | 2021-03-25 09:02:16 +0000 |
commit | 1c68954a7d61b1f7939ccf100d0eb0526e1cd338 (patch) | |
tree | 8f464628a1417f2fe0ab58d782004286e11c40fe | |
parent | d7db38fff9c251c36d0796309b43678bdf9e5bd8 (diff) |
Fix manual description for rust_project.json
-rw-r--r-- | docs/user/manual.adoc | 2 |
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 | /// |