From ea438be5c108aba328db790ab0d08531ea74abd1 Mon Sep 17 00:00:00 2001 From: w0rp Date: Thu, 19 Jan 2017 20:21:54 +0000 Subject: REVERT "Fix some naming conventions and use abort for all Rust functions, and disable the rust linters for now, re #256" This reverts commit f412b4f96fa49f4ed856db25c10bdf4b9c2e4cec. Conflicts: doc/ale.txt --- ale_linters/rust/rustc.vim | 3 --- 1 file changed, 3 deletions(-) (limited to 'ale_linters/rust/rustc.vim') diff --git a/ale_linters/rust/rustc.vim b/ale_linters/rust/rustc.vim index b0f82bb2..3eeede66 100644 --- a/ale_linters/rust/rustc.vim +++ b/ale_linters/rust/rustc.vim @@ -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 = [] -- cgit v1.2.3