diff options
Diffstat (limited to 'doc/ale-rust.txt')
-rw-r--r-- | doc/ale-rust.txt | 2 |
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|, |