summaryrefslogtreecommitdiff
path: root/doc/ale-rust.txt
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-12-07 18:47:01 +0000
committerw0rp <devw0rp@gmail.com>2017-12-07 18:47:01 +0000
commit63ecc8341d308c63781e4f7f81347858777d8c89 (patch)
treeda22e771c4114dbf746f6d0664e382d7459411d5 /doc/ale-rust.txt
parent0e57ca3df3af3f13dc4cad6ade6428b9896466c1 (diff)
downloadale-63ecc8341d308c63781e4f7f81347858777d8c89.zip
Fix #1202 - Do not use --all-targets by default, because it doesn't work some of the time.
Diffstat (limited to 'doc/ale-rust.txt')
-rw-r--r--doc/ale-rust.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale-rust.txt b/doc/ale-rust.txt
index a32c90b0..64d5293c 100644
--- a/doc/ale-rust.txt
+++ b/doc/ale-rust.txt
@@ -53,7 +53,7 @@ g:ale_rust_cargo_use_check *g:ale_rust_cargo_use_check*
g:ale_rust_cargo_check_all_targets *g:ale_rust_cargo_check_all_targets*
*b:ale_rust_cargo_check_all_targets*
Type: |Number|
- Default: `1`
+ Default: `0`
When set to `1`, ALE will set the `--all-targets` option when `cargo check`
is used. See |g:ale_rust_cargo_use_check|,