Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 1383c0f

Browse files
committed
Remove the rustc checket for Rust.
Between #947, #1114, and #1112, this checker is too controversial to maintain in syntastic. Please consider using it as an external checker if you need it: https://github.com/scrooloose/syntastic/wiki/Syntax-Checker-Guide#external
1 parent c333031 commit 1383c0f

File tree

4 files changed

+5
-48
lines changed

4 files changed

+5
-48
lines changed

README.markdown

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ Elixir, Erlang, eRuby, Fortran, Gentoo metadata, GLSL, Go, Haml, Haskell, Haxe,
4141
Handlebars, HSS, HTML, Java, JavaScript, JSON, JSX, LESS, Lex, Limbo, LISP,
4242
LLVM intermediate language, Lua, MATLAB, NASM, Objective-C, Objective-C++,
4343
OCaml, Perl, Perl POD, PHP, gettext Portable Object, OS X and iOS property
44-
lists, Puppet, Python, Racket, R, reStructuredText, Ruby, Rust, SASS/SCSS,
45-
Scala, Slim, Tcl, TeX, Texinfo, Twig, TypeScript, Vala, Verilog, VHDL, VimL,
46-
xHtml, XML, XSLT, YACC, YAML, z80, Zope page templates, and zsh. See the
47-
[wiki][3] for details about the corresponding supported checkers.
44+
lists, Puppet, Python, Racket, R, reStructuredText, Ruby, SASS/SCSS, Scala,
45+
Slim, Tcl, TeX, Texinfo, Twig, TypeScript, Vala, Verilog, VHDL, VimL, xHtml,
46+
XML, XSLT, YACC, YAML, z80, Zope page templates, and zsh. See the [wiki][3]
47+
for details about the corresponding supported checkers.
4848

4949
Below is a screenshot showing the methods that Syntastic uses to display syntax
5050
errors. Note that, in practise, you will only have a subset of these methods

plugin/syntastic.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if has('reltime')
1919
lockvar! g:syntastic_start
2020
endif
2121

22-
let g:syntastic_version = '3.4.0-83'
22+
let g:syntastic_version = '3.4.0-84'
2323
lockvar g:syntastic_version
2424

2525
" Sanity checks {{{1

plugin/syntastic/registry.vim

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ let s:defaultCheckers = {
6666
\ 'racket': ['racket'],
6767
\ 'rst': ['rst2pseudoxml'],
6868
\ 'ruby': ['mri'],
69-
\ 'rust': ['rustc'],
7069
\ 'sass': ['sass'],
7170
\ 'scala': ['fsc', 'scalac'],
7271
\ 'scss': ['sass', 'scss_lint'],

syntax_checkers/rust/rustc.vim

-42
This file was deleted.

0 commit comments

Comments
 (0)