Skip to content

Commit f6f582d

Browse files
bors[bot]tweksteen
andauthored
Merge #8193
8193: Fix manual description for rust_project.json r=Veykril a=tweksteen Co-authored-by: Thiébaud Weksteen <[email protected]>
2 parents 5b8a087 + 1c68954 commit f6f582d

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)