Skip to content

Commit 66bda83

Browse files
committed
Update config.md with array merging information
1 parent 687ace1 commit 66bda83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/doc/src/reference/config.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ with a configuration file in your home directory.
2828
If a key is specified in multiple config files, the values will get merged
2929
together. Numbers, strings, and booleans will use the value in the deeper
3030
config directory taking precedence over ancestor directories, where the
31-
home directory is the lowest priority. Arrays will be joined together.
31+
home directory is the lowest priority. Arrays will be joined together
32+
with higher precedence items being placed later in the merged array.
3233

3334
At present, when being invoked from a workspace, Cargo does not read config
3435
files from crates within the workspace. i.e. if a workspace has two crates in

0 commit comments

Comments
 (0)