Skip to content

Commit 1c68954

Browse files
committed
Fix manual description for rust_project.json
1 parent d7db38f commit 1c68954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/manual.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ interface Crate {
480480
include_dirs: string[],
481481
exclude_dirs: string[],
482482
},
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\""]`.
484484
cfg: string[];
485485
/// Target triple for this Crate.
486486
///

0 commit comments

Comments
 (0)