The fix extension will pass the contents on stdin and read the output
from stdout. By invoking rustfmt as rustfmt {rootpath}, we tell
rustfmt to format the given path and update it on disk. That also
makes rustftm not produce the formatted output to stdout. So the fix
extension ends up writing out empty files.
Details
Details
- Reviewers
Alphare indygreg - Group Reviewers
hg-reviewers - Commits
- rHGc093cc6e6c99: formatting: remove another data-ogre from the config example
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.