diff options
Diffstat (limited to 'docs/user')
-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 | /// |