about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorVictor Song <vms2@rice.edu>2023-10-09 02:14:46 -0500
committerVictor Song <vms2@rice.edu>2023-10-09 02:15:05 -0500
commita39d2076db1f39e49a7c7c5365eac8a11abcdc9e (patch)
treea04ac6a46aa1c5ba586b82bf4eac499e340d5236 /docs
parent9771e1e18fafef7571ad46374c5e55d4acd8aa09 (diff)
downloadrust-a39d2076db1f39e49a7c7c5365eac8a11abcdc9e.tar.gz
rust-a39d2076db1f39e49a7c7c5365eac8a11abcdc9e.zip
Addressed PR style comments
Diffstat (limited to 'docs')
-rw-r--r--docs/user/generated_config.adoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc
index 4440caaed89..7c76ae81bea 100644
--- a/docs/user/generated_config.adoc
+++ b/docs/user/generated_config.adoc
@@ -761,7 +761,8 @@ tests or binaries. For example, it may be `--release`.
 +
 --
 Optional path to a rust-analyzer specific target directory.
-This is useful to prevent rust-analyzer's `cargo check` from blocking builds.
+This prevents rust-analyzer's `cargo check` from locking the `Cargo.lock`
+at the expense of duplicating build artifacts.
 
 Set to `true` to use a subdirectory of the existing target directory or
 set to a path relative to the workspace to use that path.