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.
[env]
relative
1 parent aca563a commit 826234cCopy full SHA for 826234c
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 .cargo directory containing `config.toml`, make absolute
+# Value is relative to the parent where `.cargo/config.toml` is located
93
ENV_VAR_NAME_3 = { value = "relative/path", relative = true }
94
95
[future-incompat-report]
0 commit comments