diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-03-25 10:33:05 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-25 10:33:05 +0000 |
commit | f6f582dec4c0d2e9ad22d5a753ba92192dec9d31 (patch) | |
tree | 3ddc17f3f667678f2656ea9e5634e14599572043 | |
parent | 5b8a087fc2328454d09523d2f922e5275cf08b73 (diff) | |
parent | 1c68954a7d61b1f7939ccf100d0eb0526e1cd338 (diff) |
Merge #8193
8193: Fix manual description for rust_project.json r=Veykril a=tweksteen
Co-authored-by: ThiƩbaud Weksteen <[email protected]>
-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 | /// |