diff options
author | cos <cos> | 2022-02-18 17:18:43 +0100 |
---|---|---|
committer | cos <cos> | 2022-02-19 16:53:08 +0100 |
commit | 573ffd3b1e74dd0a6bd568ea3d163e7b38390655 (patch) | |
tree | 82f4523e5e7a9db9347d510010b8555a3241a679 /ale_linters/rust | |
parent | f861206d0b2e441bbd7aca53de311f79eeae24db (diff) | |
download | ale-573ffd3b1e74dd0a6bd568ea3d163e7b38390655.zip |
fixup, wip: Revert `rust_only_current_buffer`
There is already a `rust_ignore_secondary_spans` option, providing more
hiding of errors than anyone likely can desire.
Diffstat (limited to 'ale_linters/rust')
-rw-r--r-- | ale_linters/rust/cargo.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ale_linters/rust/cargo.vim b/ale_linters/rust/cargo.vim index e5fe888d..37fd10a8 100644 --- a/ale_linters/rust/cargo.vim +++ b/ale_linters/rust/cargo.vim @@ -12,7 +12,6 @@ call ale#Set('rust_cargo_include_features', '') call ale#Set('rust_cargo_use_clippy', 0) call ale#Set('rust_cargo_clippy_options', '') call ale#Set('rust_cargo_target_dir', '') -call ale#Set('rust_only_current_buffer', '0') function! ale_linters#rust#cargo#GetCargoExecutable(bufnr) abort if ale#path#FindNearestFile(a:bufnr, 'Cargo.toml') isnot# '' |