We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 826234c commit f72e3a2Copy full SHA for f72e3a2
src/doc/src/reference/config.md
@@ -89,7 +89,7 @@ browser = "chromium" # browser to use with `cargo doc --open`,
89
ENV_VAR_NAME = "value"
90
# Set even if already present in environment
91
ENV_VAR_NAME_2 = { value = "value", force = true }
92
-# Value is relative to the parent where `.cargo/config.toml` is located
+# `value` is relative to the parent of `.cargo/config.toml`, env var will be the full absolute path
93
ENV_VAR_NAME_3 = { value = "relative/path", relative = true }
94
95
[future-incompat-report]
0 commit comments