summaryrefslogtreecommitdiff
path: root/doc/ale-rust.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-rust.txt')
-rw-r--r--doc/ale-rust.txt15
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/ale-rust.txt b/doc/ale-rust.txt
index 3aa63673..707943a7 100644
--- a/doc/ale-rust.txt
+++ b/doc/ale-rust.txt
@@ -145,8 +145,7 @@ g:ale_rust_cargo_avoid_whole_workspace *g:ale_rust_cargo_avoid_whole_workspace*
in the crate's directory. Otherwise, behave as usual.
-g:ale_rust_cargo_use_clippy
- *g:ale_rust_cargo_use_clippy*
+g:ale_rust_cargo_use_clippy *g:ale_rust_cargo_use_clippy*
*b:ale_rust_cargo_use_clippy*
Type: |Number|
Default: `0`
@@ -163,8 +162,7 @@ g:ale_rust_cargo_use_clippy
let g:ale_rust_cargo_use_clippy = executable('cargo-clippy')
<
-g:ale_rust_cargo_clippy_options
- *g:ale_rust_cargo_clippy_options*
+g:ale_rust_cargo_clippy_options *g:ale_rust_cargo_clippy_options*
*b:ale_rust_cargo_clippy_options*
Type: |String|
@@ -175,8 +173,7 @@ g:ale_rust_cargo_clippy_options
only `cargo clippy` supports (e.g. `--deny`).
-g:ale_rust_cargo_target_dir
- *g:ale_rust_cargo_target_dir*
+g:ale_rust_cargo_target_dir *g:ale_rust_cargo_target_dir*
*b:ale_rust_cargo_target_dir*
Type: |String|
@@ -188,6 +185,12 @@ g:ale_rust_cargo_target_dir
===============================================================================
+cspell *ale-rust-cspell*
+
+See |ale-cspell-options|
+
+
+===============================================================================
rls *ale-rust-rls*
g:ale_rust_rls_executable *g:ale_rust_rls_executable*