mirror of https://github.com/dense-analysis/ale
The default for ale_rust_cargo_use_check was wrong in the documentation
This commit is contained in:
parent
593cafa18b
commit
2d608b9329
|
@ -35,7 +35,7 @@ cargo *ale-rust-cargo*
|
||||||
g:ale_rust_cargo_use_check *g:ale_rust_cargo_use_check*
|
g:ale_rust_cargo_use_check *g:ale_rust_cargo_use_check*
|
||||||
*b:ale_rust_cargo_use_check*
|
*b:ale_rust_cargo_use_check*
|
||||||
Type: |Number|
|
Type: |Number|
|
||||||
Default: `1`
|
Default: `0`
|
||||||
|
|
||||||
When set to `1`, this option will cause ALE to use "cargo check" instead of
|
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.
|
"cargo build". "cargo check" is supported since version 1.16.0 of Rust.
|
||||||
|
|
Loading…
Reference in New Issue