diff options
author | w0rp <devw0rp@gmail.com> | 2017-01-13 09:23:03 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-01-13 09:23:03 +0000 |
commit | f412b4f96fa49f4ed856db25c10bdf4b9c2e4cec (patch) | |
tree | cb2b83e70fac146c2597dcd98cd0e8069c76c652 /doc/ale.txt | |
parent | 3b486d3475af81838788c4e5581ed16e35e368b9 (diff) | |
download | ale-f412b4f96fa49f4ed856db25c10bdf4b9c2e4cec.zip |
Fix some naming conventions and use abort for all Rust functions, and disable the rust linters for now, re #256
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 689b7293..f0c5b162 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -91,7 +91,6 @@ The following languages and tools are supported. * Pug: 'pug-lint' * Puppet: 'puppet', 'puppet-lint' * Python: 'flake8', 'pylint' -* Rust: 'rustc' (see |ale-integration-rust|) * Ruby: 'rubocop' * SASS: 'sasslint', 'stylelint' * SCSS: 'sasslint', 'scsslint', 'stylelint' |