mirror of
https://github.com/dense-analysis/ale.git
synced 2026-04-25 17:04:24 +08:00
b0eaddadc9
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.