Skip to content

Commit 749f3ac

Browse files
committed
Fix duplicate key cfg.target_env.general
1 parent 31b4544 commit 749f3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conditional-compilation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ r[cfg.target_family.windows]
198198

199199
r[cfg.target_env]
200200

201-
r[cfg.target_env.values]
201+
r[cfg.target_env.general]
202202
Key-value option set with further disambiguating information about the target
203203
platform with information about the ABI or `libc` used. For historical reasons,
204204
this value is only defined as not the empty-string when actually needed for

0 commit comments

Comments
 (0)