From 2d608b932957416cd741f833a7924e0d6e20d29a Mon Sep 17 00:00:00 2001 From: w0rp Date: Mon, 7 Aug 2017 09:41:52 +0100 Subject: [PATCH] The default for ale_rust_cargo_use_check was wrong in the documentation --- doc/ale-rust.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ale-rust.txt b/doc/ale-rust.txt index 1a20757..4baf37d 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.