summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBen Boeckel <mathstuf@gmail.com>2020-05-10 08:21:02 -0400
committerBen Boeckel <mathstuf@gmail.com>2020-08-13 10:22:33 -0400
commit506a8532d07fd7e15e9a6cc37d490f7b7088aef5 (patch)
tree0c4cc7182e7c8595a96eff07e11d3a0e8de9bf63 /doc
parent0b7776633764ab4a3c25b73e8ef8a604bebdd638 (diff)
downloadale-506a8532d07fd7e15e9a6cc37d490f7b7088aef5.zip
rust/cargo: add support for a custom target directory
This can avoid having to wait for ALE or ALE being blocked on other cargo actions within the same crate.
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-rust.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ale-rust.txt b/doc/ale-rust.txt
index 46d4714b..2c0222b7 100644
--- a/doc/ale-rust.txt
+++ b/doc/ale-rust.txt
@@ -174,6 +174,18 @@ g:ale_rust_cargo_clippy_options
only `cargo clippy` supports (e.g. `--deny`).
+g:ale_rust_cargo_target_dir
+ *g:ale_rust_cargo_target_dir*
+ *b:ale_rust_cargo_target_dir*
+
+ Type: |String|
+ Default: `''`
+
+ Use a custom target directory when running the commands for ALE. This can
+ help to avoid "waiting for file lock on build directory" messages when
+ running `cargo` commands manually while ALE is performing its checks.
+
+
===============================================================================
rls *ale-rust-rls*