Fix #1202 - Do not use --all-targets by default, because it doesn't work some of the time.

This commit is contained in:
w0rp
2017-12-07 18:47:01 +00:00
parent 0e57ca3df3
commit 63ecc8341d
3 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -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|,