summaryrefslogtreecommitdiff
path: root/doc/ale-rust.txt
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-08-07 09:41:52 +0100
committerw0rp <devw0rp@gmail.com>2017-08-07 09:41:52 +0100
commit2d608b932957416cd741f833a7924e0d6e20d29a (patch)
tree056c7cc4b459905c5578940111ff000799552de5 /doc/ale-rust.txt
parent593cafa18b627b8911da4810fe0fe25e1d18e7eb (diff)
downloadale-2d608b932957416cd741f833a7924e0d6e20d29a.zip
The default for ale_rust_cargo_use_check was wrong in the documentation
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 1a20757e..4baf37dc 100644
--- a/doc/ale-rust.txt
+++ b/doc/ale-rust.txt
@@ -35,7 +35,7 @@ cargo *ale-rust-cargo*
g:ale_rust_cargo_use_check *g:ale_rust_cargo_use_check*
*b:ale_rust_cargo_use_check*
Type: |Number|
- Default: `1`
+ Default: `0`
When set to `1`, this option will cause ALE to use "cargo check" instead of
"cargo build". "cargo check" is supported since version 1.16.0 of Rust.