Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-27 | Don't use temporary file for rustfmt fixer | Björn Lindström | |
rustfmt normally acts on a file in place, and applies configuration from rustfmt.toml files according to the path of the file. Using a temporary file for rustfmt breaks this functionality, so removing the '%t' from the rustfmt command. | |||
2017-10-21 | add rustfmt fixer | Kelly Fox | |