diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-10-24 22:20:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-24 22:20:03 +0100 |
commit | c248885e5790ce81018ddc8f8afbc3c173051059 (patch) | |
tree | 8fb8fcfc71ee025c2785f3fc86dad3b0d59ac43c /doc/ale.txt | |
parent | 0e4dd95e5dac4ef5ac7877b1885f1c8300a53bd3 (diff) | |
parent | 35031a0b8a384766277a8b38f84c28ae89a17430 (diff) | |
download | ale-c248885e5790ce81018ddc8f8afbc3c173051059.zip |
Merge pull request #1025 from kfox/add-rustfmt-fixer
add rustfmt fixer
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index b764fe6b..47b95438 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -144,6 +144,7 @@ CONTENTS *ale-contents* cargo...............................|ale-rust-cargo| rls.................................|ale-rust-rls| rustc...............................|ale-rust-rustc| + rustfmt.............................|ale-rust-rustfmt| sass..................................|ale-sass-options| stylelint...........................|ale-sass-stylelint| scala.................................|ale-scala-options| @@ -282,7 +283,7 @@ Notes: * reStructuredText: `proselint` * RPM spec: `rpmlint` * Ruby: `brakeman`, `rails_best_practices`!!, `reek`, `rubocop`, `ruby` -* Rust: `cargo`!!, `rls`, `rustc` (see |ale-integration-rust|) +* Rust: `cargo`!!, `rls`, `rustc` (see |ale-integration-rust|), `rustfmt` * SASS: `sass-lint`, `stylelint` * SCSS: `sass-lint`, `scss-lint`, `stylelint`, `prettier` * Scala: `scalac`, `scalastyle` |