Fix #1045 - Handle both output streams for Cargo

This commit is contained in:
w0rp 2017-10-26 10:03:10 +01:00
parent be5c7a09ce
commit e57978ddd6
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@ call ale#linter#Define('rust', {
\ 'executable_callback': 'ale_linters#rust#cargo#GetCargoExecutable',
\ 'command_callback': 'ale_linters#rust#cargo#GetCommand',
\ 'callback': 'ale#handlers#rust#HandleRustErrors',
\ 'output_stream': 'stdout',
\ 'output_stream': 'both',
\ 'lint_file': 1,
\})