Merge pull request #1806 from jimenezrick/fix-rustc-linter

Fix #1684: Use the correct flag name in rustc linter
This commit is contained in:
w0rp
2018-08-12 09:41:36 +01:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
" Author: Daniel Schemala <istjanichtzufassen@gmail.com>
" Description: rustc for rust files
call ale#Set('rust_rustc_options', '-Z no-trans')
call ale#Set('rust_rustc_options', '-Z no-codegen')
function! ale_linters#rust#rustc#RustcCommand(buffer) abort
" Try to guess the library search path. If the project is managed by cargo,