mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-09 04:52:29 +08:00
REVERT "Fix some naming conventions and use abort for all Rust functions, and disable the rust linters for now, re #256"
This reverts commit f412b4f96f.
Conflicts:
doc/ale.txt
This commit is contained in:
@@ -7,9 +7,6 @@ endif
|
||||
|
||||
|
||||
function! ale_linters#rust#rustc#HandleRustcErrors(buffer_number, errorlines) abort
|
||||
" FIXME: Fix this linter
|
||||
return []
|
||||
|
||||
let l:file_name = fnamemodify(bufname(a:buffer_number), ':t')
|
||||
let l:output = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user