We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf35cae commit 3998a15Copy full SHA for 3998a15
syntax_checkers/rust/cargo.vim
@@ -46,6 +46,7 @@ endfunction
46
47
call g:SyntasticRegistry.CreateAndRegisterChecker({
48
\ 'filetype': 'rust',
49
+ \ 'cwd': expand('%:p:h'),
50
\ 'name': 'cargo'})
51
52
let &cpo = s:save_cpo
0 commit comments