Closed Phaiax closed 7 years ago
Pushed new version: https://github.com/Mitranim/sublime-rust-fmt/releases/tag/0.1.3
The executable
setting now accepts either a string (as before) or a list of
command line arguments:
"executable": ["rustup", "run", "nightly", "rustfmt"]
Let me know how it works.
(Note: it takes Package Control 1-2 hours to notice a new release)
It works, thanks a lot. That was fast. :+1:
It would be cool if I could write
That would allow me to use
rustfmt-nightly
on stable projects.Thanks, Daniel