We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 687ace1 commit 66bda83Copy full SHA for 66bda83
src/doc/src/reference/config.md
@@ -28,7 +28,8 @@ with a configuration file in your home directory.
28
If a key is specified in multiple config files, the values will get merged
29
together. Numbers, strings, and booleans will use the value in the deeper
30
config directory taking precedence over ancestor directories, where the
31
-home directory is the lowest priority. Arrays will be joined together.
+home directory is the lowest priority. Arrays will be joined together
32
+with higher precedence items being placed later in the merged array.
33
34
At present, when being invoked from a workspace, Cargo does not read config
35
files from crates within the workspace. i.e. if a workspace has two crates in
0 commit comments