diff options
| author | Victor Song <vms2@rice.edu> | 2023-10-09 02:14:46 -0500 |
|---|---|---|
| committer | Victor Song <vms2@rice.edu> | 2023-10-09 02:15:05 -0500 |
| commit | a39d2076db1f39e49a7c7c5365eac8a11abcdc9e (patch) | |
| tree | a04ac6a46aa1c5ba586b82bf4eac499e340d5236 /docs/user | |
| parent | 9771e1e18fafef7571ad46374c5e55d4acd8aa09 (diff) | |
| download | rust-a39d2076db1f39e49a7c7c5365eac8a11abcdc9e.tar.gz rust-a39d2076db1f39e49a7c7c5365eac8a11abcdc9e.zip | |
Addressed PR style comments
Diffstat (limited to 'docs/user')
| -rw-r--r-- | docs/user/generated_config.adoc | 3 |
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. |
