This is an archive of the discontinued Mercurial Phabricator instance.

formatting: remove another data-ogre from the config example
ClosedPublic

Authored by martinvonz on Nov 7 2019, 7:01 AM.

Details

Summary

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.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

martinvonz created this revision.Nov 7 2019, 7:01 AM
Alphare added a subscriber: Alphare.Nov 8 2019, 4:06 AM

Thanks, I was going to get bitten by this!

Alphare accepted this revision.Nov 8 2019, 4:06 AM
indygreg accepted this revision.Nov 8 2019, 11:54 AM
This revision is now accepted and ready to land.Nov 8 2019, 11:54 AM