Skip to content

Commit 8ce6f60

Browse files
committed
Fix duplicate key cfg.target_env.general
1 parent e7db03c commit 8ce6f60

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
@@ -195,7 +195,7 @@ r[cfg.target_family.windows]
195195

196196
r[cfg.target_env]
197197

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

0 commit comments

Comments
 (0)