diff options
Diffstat (limited to 'doc/ale-rust.txt')
-rw-r--r-- | doc/ale-rust.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ale-rust.txt b/doc/ale-rust.txt index 9cb5d61e..1a20757e 100644 --- a/doc/ale-rust.txt +++ b/doc/ale-rust.txt @@ -2,7 +2,7 @@ ALE Rust Integration *ale-rust-options* *ale-integration-rust* -------------------------------------------------------------------------------- +=============================================================================== Integration Information Since Vim does not detect the rust file type out-of-the-box, you need the @@ -29,7 +29,7 @@ Integration Information Also note that rustc 1.12. or later is needed. -------------------------------------------------------------------------------- +=============================================================================== cargo *ale-rust-cargo* g:ale_rust_cargo_use_check *g:ale_rust_cargo_use_check* @@ -41,7 +41,7 @@ g:ale_rust_cargo_use_check *g:ale_rust_cargo_use_check* "cargo build". "cargo check" is supported since version 1.16.0 of Rust. -------------------------------------------------------------------------------- +=============================================================================== rustc *ale-rust-rustc* g:ale_rust_ignore_error_codes *g:ale_rust_ignore_error_codes* @@ -55,5 +55,5 @@ g:ale_rust_ignore_error_codes *g:ale_rust_ignore_error_codes* let g:ale_rust_ignore_error_codes = ['E0432', 'E0433'] -------------------------------------------------------------------------------- +=============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |